Skip to content

Commit e8d6eb4

Browse files
committed
Sort imports alphabetically
1 parent 91f6bd0 commit e8d6eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ Last but not least there are
253253
route definitions from class annotations::
254254

255255
use Doctrine\Common\Annotations\AnnotationReader;
256-
use Symfony\Component\Config\FileLocator;
257256
use Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader;
257+
use Symfony\Component\Config\FileLocator;
258258
use Symfony\Component\Routing\Loader\AnnotationDirectoryLoader;
259259

260260
$loader = new AnnotationDirectoryLoader(

0 commit comments

Comments
 (0)