8000 Sort imports alphabetically · symfony/symfony-docs@e8d6eb4 · GitHub
[go: up one dir, main page]

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
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(