Test Failed
Pull Request — develop (#6743)
by Grégoire
61:03
created
lib/Doctrine/ORM/EntityRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use Doctrine\Common\Persistence\ObjectRepository;
10 10
 use Doctrine\Common\Util\Inflector;
11 11
 use Doctrine\ORM\Query\ResultSetMappingBuilder;
12
-use Doctrine\ORM\Repository\InvalidFindByCall;
13 12
 use Doctrine\ORM\Repository\InvalidMagicMethodCall;
14 13
 
15 14
 /**
Please login to merge, or discard this patch.
tests/Doctrine/Tests/ORM/EntityManagerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use Doctrine\ORM\Mapping\ClassMetadataFactory;
13 13
 use Doctrine\ORM\Mapping\Driver\MappingDriver;
14 14
 use Doctrine\ORM\NativeQuery;
15
-use Doctrine\ORM\ORMException;
16 15
 use Doctrine\ORM\ORMInvalidArgumentException;
17 16
 use Doctrine\ORM\Proxy\Factory\ProxyFactory;
18 17
 use Doctrine\ORM\Query;
Please login to merge, or discard this patch.