Completed
Push — master ( 33394c...580572 )
by Maciej
11s
created
ODM/MongoDB/Tools/Console/Command/GeneratePersistentCollectionsCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 
20 20
 namespace Doctrine\ODM\MongoDB\Tools\Console\Command;
21 21
 
22
-use Doctrine\ODM\MongoDB\Mapping\ClassMetadataInfo;
23 22
 use Doctrine\ODM\MongoDB\Tools\Console\MetadataFilter;
24 23
 use Symfony\Component\Console\Input\InputArgument;
25 24
 use Symfony\Component\Console\Input\InputOption;
Please login to merge, or discard this patch.
lib/Doctrine/ODM/MongoDB/Tools/Console/Command/Schema/ValidateCommand.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Doctrine\ODM\MongoDB\Tools\Console\Command\Schema;
4 4
 
5
-use Doctrine\Common\Cache\VoidCache;
6
-use Doctrine\ODM\MongoDB\DocumentManager;
7
-use Symfony\Component\Console\Command\Command;
8
-use Symfony\Component\Console\Input\InputInterface;
5
+use Doctrine\Common\Cache\VoidCache;
6
+use Doctrine\ODM\MongoDB\DocumentManager;
7
+use Symfony\Component\Console\Command\Command;
8
+use Symfony\Component\Console\Input\InputInterface;
9 9
 use Symfony\Component\Console\Output\OutputInterface;
10 10
 
11 11
 class ValidateCommand extends Command
Please login to merge, or discard this patch.
lib/Doctrine/ODM/MongoDB/Mapping/Driver/AnnotationDriver.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\Driver;
21 21
 
22 22
 use Doctrine\Common\Annotations\AnnotationReader;
23
-use Doctrine\Common\Annotations\AnnotationRegistry;
24 23
 use Doctrine\Common\Annotations\Reader;
25 24
 use Doctrine\Common\Persistence\Mapping\ClassMetadata;
26 25
 use Doctrine\Common\Persistence\Mapping\Driver\AnnotationDriver as AbstractAnnotationDriver;
Please login to merge, or discard this patch.
lib/Doctrine/ODM/MongoDB/Query/ReferencePrimer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 use Doctrine\ODM\MongoDB\PersistentCollection\PersistentCollectionInterface;
27 27
 use Doctrine\ODM\MongoDB\Proxy\Proxy;
28 28
 use Doctrine\ODM\MongoDB\UnitOfWork;
29
-use MongoDB\Driver\ReadPreference;
30 29
 
31 30
 /**
32 31
  * The ReferencePrimer is responsible for priming reference relationships.
Please login to merge, or discard this patch.
lib/Doctrine/ODM/MongoDB/SchemaManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 use Doctrine\ODM\MongoDB\Mapping\ClassMetadataFactory;
24 24
 use Doctrine\ODM\MongoDB\Mapping\ClassMetadataInfo;
25 25
 use MongoDB\Driver\Exception\RuntimeException;
26
-use MongoDB\Driver\WriteConcern;
27 26
 use MongoDB\Model\IndexInfo;
28 27
 
29 28
 class SchemaManager
Please login to merge, or discard this patch.
lib/Doctrine/ODM/MongoDB/DocumentRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Doctrine\Common\Collections\Collection;
7 7
 use Doctrine\Common\Collections\Criteria;
8 8
 use Doctrine\Common\Collections\Selectable;
9
-use Doctrine\Common\Inflector\Inflector;
10 9
 use Doctrine\Common\Persistence\ObjectRepository;
11 10
 use Doctrine\ODM\MongoDB\Mapping\ClassMetadata;
12 11
 use Doctrine\ODM\MongoDB\Query\QueryExpressionVisitor;
Please login to merge, or discard this patch.