소스 검색

changes from automatic review

JMSBot 12 년 전
부모
커밋
c04344e39c
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      Serializer/Handler/ArrayCollectionHandler.php

+ 1 - 4
Serializer/Handler/ArrayCollectionHandler.php

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