From f61cf394c68d2a9562c3322359a676138cf92eb5 Mon Sep 17 00:00:00 2001 From: Rasmus Nilsson Date: Thu, 1 Jul 2021 14:25:25 +0200 Subject: [PATCH] Order use statements alphabetically --- src/SerializerBuilder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SerializerBuilder.php b/src/SerializerBuilder.php index 2a2df0f8b..f5344f4cb 100644 --- a/src/SerializerBuilder.php +++ b/src/SerializerBuilder.php @@ -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;