Failed Conditions
Pull Request — master (#6575)
by Luís
11:31
created
tests/Doctrine/Performance/Mock/NonProxyLoadingEntityManager.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\ORM\EntityManagerInterface;
6 6
 use Doctrine\ORM\Proxy\ProxyFactory;
7
-use Doctrine\ORM\Query;
8 7
 use Doctrine\ORM\Query\ResultSetMapping;
9
-use Doctrine\Tests\ORM\Performance\MockUnitOfWork;
10 8
 
11 9
 /**
12 10
  * An entity manager mock that prevents lazy-loading of proxies
Please login to merge, or discard this patch.
tests/Doctrine/Performance/Mock/NonProxyLoadingUnitOfWork.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Doctrine\Performance\Mock;
4 4
 
5
-use Doctrine\ORM\Query;
6 5
 use Doctrine\ORM\UnitOfWork;
7 6
 use Doctrine\Tests\ORM\Performance\PersisterMock;
8 7
 
Please login to merge, or discard this patch.