Completed
Pull Request — master (#1746)
by Jeremy
08:56
created
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.
lib/Doctrine/ODM/MongoDB/SchemaManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Doctrine\ODM\MongoDB\Mapping\ClassMetadata;
6 6
 use Doctrine\ODM\MongoDB\Mapping\ClassMetadataFactory;
7 7
 use MongoDB\Driver\Exception\RuntimeException;
8
-use MongoDB\Driver\WriteConcern;
9 8
 use MongoDB\Model\IndexInfo;
10 9
 
11 10
 class SchemaManager
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
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Doctrine\ODM\MongoDB\Mapping\Driver;
4 4
 
5 5
 use Doctrine\Common\Annotations\AnnotationReader;
6
-use Doctrine\Common\Annotations\AnnotationRegistry;
7 6
 use Doctrine\Common\Annotations\Reader;
8 7
 use Doctrine\Common\Persistence\Mapping\Driver\AnnotationDriver as AbstractAnnotationDriver;
9 8
 use Doctrine\ODM\MongoDB\Events;
Please login to merge, or discard this patch.