Completed
Push — master ( 3e3902...a506bd )
by Maciej
12:40
created
lib/Doctrine/ODM/MongoDB/Id/UuidGenerator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 namespace Doctrine\ODM\MongoDB\Id;
21 21
 
22 22
 use Doctrine\ODM\MongoDB\DocumentManager;
23
-use Doctrine\ODM\MongoDB\Mapping\ClassMetadata;
24 23
 
25 24
 /**
26 25
  * UuidGenerator generates a uuid for the id.
Please login to merge, or discard this patch.
lib/Doctrine/ODM/MongoDB/Mapping/ClassMetadata.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 namespace Doctrine\ODM\MongoDB\Mapping;
21 21
 
22 22
 use Doctrine\Instantiator\Instantiator;
23
-use Doctrine\ODM\MongoDB\LockException;
24 23
 
25 24
 /**
26 25
  * A <tt>ClassMetadata</tt> instance holds all the object-document mapping metadata
Please login to merge, or discard this patch.
lib/Doctrine/ODM/MongoDB/Query/Builder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 namespace Doctrine\ODM\MongoDB\Query;
21 21
 
22 22
 use Doctrine\ODM\MongoDB\DocumentManager;
23
-use Doctrine\ODM\MongoDB\Hydrator;
24 23
 use Doctrine\ODM\MongoDB\Mapping\ClassMetadataInfo;
25 24
 use Doctrine\ODM\MongoDB\Query\Expr;
26 25
 use Doctrine\ODM\MongoDB\UnitOfWork;
Please login to merge, or discard this patch.
lib/Doctrine/ODM/MongoDB/UnitOfWork.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
 use Doctrine\Common\NotifyPropertyChanged;
26 26
 use Doctrine\Common\PropertyChangedListener;
27 27
 use Doctrine\MongoDB\GridFSFile;
28
-use Doctrine\ODM\MongoDB\Event\LifecycleEventArgs;
29 28
 use Doctrine\ODM\MongoDB\Hydrator\HydratorFactory;
30 29
 use Doctrine\ODM\MongoDB\Mapping\ClassMetadata;
31 30
 use Doctrine\ODM\MongoDB\PersistentCollection;
Please login to merge, or discard this patch.