Completed
Pull Request — master (#1241)
by Marco
12:49
created
lib/Doctrine/ORM/Tools/DebugUnitOfWorkListener.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -19,13 +19,11 @@
 block discarded – undo
19 19
 
20 20
 namespace Doctrine\ORM\Tools;
21 21
 
22
-use Doctrine\Common\Persistence\Proxy;
23 22
 use Doctrine\ORM\EntityManagerInterface;
24 23
 use Doctrine\ORM\Event\OnFlushEventArgs;
25 24
 use Doctrine\ORM\Mapping\ClassMetadata;
26 25
 use Doctrine\ORM\PersistentCollection;
27 26
 use Doctrine\ORM\UnitOfWork;
28
-use Doctrine\ORM\EntityManager;
29 27
 use ProxyManager\Proxy\GhostObjectInterface;
30 28
 
31 29
 /**
Please login to merge, or discard this patch.
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC522Test.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\Tests\ORM\Functional\Ticket;
4 4
 
5
-use Doctrine\Tests\Models\Company\CompanyPerson;
6 5
 use ProxyManager\Proxy\GhostObjectInterface;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC633Test.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\Tests\ORM\Functional\Ticket;
4 4
 
5
-use DateTime;
6 5
 use ProxyManager\Proxy\GhostObjectInterface;
7 6
 
8 7
 class DDC633Test extends \Doctrine\Tests\OrmFunctionalTestCase
Please login to merge, or discard this patch.