Completed
Pull Request — 1.0.x (#1420)
by Andreas
09:49
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/Query/Query.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,6 @@
 block discarded – undo
22 22
 use Doctrine\MongoDB\Collection;
23 23
 use Doctrine\MongoDB\Cursor as BaseCursor;
24 24
 use Doctrine\MongoDB\CursorInterface;
25
-use Doctrine\MongoDB\EagerCursor as BaseEagerCursor;
26
-use Doctrine\MongoDB\Iterator;
27 25
 use Doctrine\ODM\MongoDB\Cursor;
28 26
 use Doctrine\ODM\MongoDB\DocumentManager;
29 27
 use Doctrine\ODM\MongoDB\EagerCursor;
Please login to merge, or discard this patch.