Completed
Pull Request — master (#1219)
by Maciej
09:25
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.