Skip to content

Commit

Permalink
Order use statements alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasmus Nilsson committed Jul 1, 2021
1 parent 38702c9 commit f61cf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SerializerBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
namespace JMS\Serializer;

use Doctrine\Common\Annotations\AnnotationReader;
use Doctrine\Common\Annotations\PsrCachedReader;
use Doctrine\Common\Annotations\CachedReader;
use Doctrine\Common\Annotations\PsrCachedReader;
use Doctrine\Common\Annotations\Reader;
use Doctrine\Common\Cache\FilesystemCache;
use JMS\Serializer\Accessor\AccessorStrategyInterface;
Expand Down

0 comments on commit f61cf39

Please sign in to comment.