Completed
Push — master ( e49a19...58f61d )
by Freek
01:47
created
src/EventSerializers/JsonSerializer.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 namespace Spatie\EventProjector\EventSerializers;
4 4
 
5 5
 use Spatie\EventProjector\ShouldBeStored;
6
-use Symfony\Component\Serializer\Serializer as SymfonySerializer;
7 6
 use Symfony\Component\Serializer\Encoder\JsonEncoder;
8 7
 use Symfony\Component\Serializer\Normalizer\ObjectNormalizer;
8
+use Symfony\Component\Serializer\Serializer as SymfonySerializer;
9 9
 
10 10
 class JsonSerializer implements Serializer
11 11
 {
Please login to merge, or discard this patch.