Completed
Push — master ( d1404e...b9be27 )
by Jonathan André
08:02
created
src/Doctrine/ODM/MongoDB/Entities/BaseEntity.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,9 +5,9 @@
 block discarded – undo
5 5
 use Bludata\Doctrine\Common\Interfaces\BaseEntityInterface;
6 6
 use Bludata\Doctrine\Common\Interfaces\EntityManagerInterface;
7 7
 use Bludata\Doctrine\Common\Interfaces\EntityTimestampInterface;
8
+use Doctrine\Common\Collections\ArrayCollection;
8 9
 use Doctrine\ODM\MongoDB\Mapping\Annotations as ODM;
9 10
 use Doctrine\ODM\MongoDB\PersistentCollection;
10
-use Doctrine\Common\Collections\ArrayCollection;
11 11
 
12 12
 /**
13 13
  * @ODM\MappedSuperclass
Please login to merge, or discard this patch.