Explorar o código

changes from automatic review

JMSBot %!s(int64=12) %!d(string=hai) anos
pai
achega
c04344e39c
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  1. 1 4
      Serializer/Handler/ArrayCollectionHandler.php

+ 1 - 4
Serializer/Handler/ArrayCollectionHandler.php

@@ -3,12 +3,9 @@
 namespace JMS\SerializerBundle\Serializer\Handler;
 
 use Doctrine\Common\Collections\ArrayCollection;
-
 use JMS\SerializerBundle\Serializer\GraphNavigator;
-
 use JMS\SerializerBundle\Serializer\VisitorInterface;
 use Doctrine\Common\Collections\Collection;
-use JMS\SerializerBundle\Serializer\XmlSerializationVisitor;
 use JMS\SerializerBundle\Serializer\Handler\SubscribingHandlerInterface;
 
 class ArrayCollectionHandler implements SubscribingHandlerInterface
@@ -55,4 +52,4 @@ class ArrayCollectionHandler implements SubscribingHandlerInterface
 
         return new ArrayCollection($visitor->visitArray($data, $type));
     }
-}
+}