Failed Conditions
Pull Request — develop (#6719)
by Marco
64:55
created
lib/Doctrine/ORM/Cache/DefaultQueryCache.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -5,15 +5,11 @@
 block discarded – undo
5 5
 
6 6
 namespace Doctrine\ORM\Cache;
7 7
 
8
-use Doctrine\Common\Collections\ArrayCollection;
9 8
 use Doctrine\ORM\Cache\Persister\CachedPersister;
10 9
 use Doctrine\ORM\EntityManagerInterface;
11 10
 use Doctrine\ORM\Mapping\AssociationMetadata;
12 11
 use Doctrine\ORM\Mapping\ToOneAssociationMetadata;
13 12
 use Doctrine\ORM\Query\ResultSetMapping;
14
-use Doctrine\ORM\Mapping\ClassMetadata;
15
-use Doctrine\ORM\PersistentCollection;
16
-use Doctrine\Common\Proxy\Proxy;
17 13
 use Doctrine\ORM\Cache;
18 14
 use Doctrine\ORM\Query;
19 15
 use ProxyManager\Proxy\GhostObjectInterface;
Please login to merge, or discard this patch.
lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace Doctrine\ORM\Internal\Hydration;
6 6
 
7
-use Doctrine\ORM\Event\PostLoadEventDispatcher;
8 7
 use Doctrine\ORM\Mapping\ClassMetadata;
9 8
 use Doctrine\ORM\Mapping\ManyToManyAssociationMetadata;
10 9
 use Doctrine\ORM\Mapping\ToManyAssociationMetadata;
Please login to merge, or discard this patch.
lib/Doctrine/ORM/Query/Parser.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 use Doctrine\Common\Persistence\Mapping\MappingException;
8 8
 use Doctrine\ORM\Mapping\AssociationMetadata;
9
-use Doctrine\ORM\Mapping\ClassMetadata;
10 9
 use Doctrine\ORM\Mapping\FieldMetadata;
11 10
 use Doctrine\ORM\Mapping\ToOneAssociationMetadata;
12 11
 use Doctrine\ORM\Query;
Please login to merge, or discard this patch.
lib/Doctrine/ORM/Tools/DebugUnitOfWorkListener.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,11 +4,9 @@
 block discarded – undo
4 4
 
5 5
 namespace Doctrine\ORM\Tools;
6 6
 
7
-use Doctrine\Common\Persistence\Proxy;
8 7
 use Doctrine\ORM\EntityManagerInterface;
9 8
 use Doctrine\ORM\Event\OnFlushEventArgs;
10 9
 use Doctrine\ORM\Mapping\AssociationMetadata;
11
-use Doctrine\ORM\Mapping\ClassMetadata;
12 10
 use Doctrine\ORM\Mapping\ToOneAssociationMetadata;
13 11
 use Doctrine\ORM\PersistentCollection;
14 12
 use Doctrine\ORM\UnitOfWork;
Please login to merge, or discard this patch.
Doctrine/Tests/ORM/Functional/OneToOneBidirectionalAssociationTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace Doctrine\Tests\ORM\Functional;
6 6
 
7
-use Doctrine\ORM\Mapping\AssociationMapping;
8 7
 use Doctrine\ORM\Mapping\FetchMode;
9 8
 use Doctrine\Tests\Models\ECommerce\ECommerceCart;
10 9
 use Doctrine\Tests\Models\ECommerce\ECommerceCustomer;
Please login to merge, or discard this patch.
tests/Doctrine/Tests/ORM/Functional/ProxiesLikeEntitiesTest.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\Tests\Models\CMS\CmsTag;
13 13
 use Doctrine\Tests\Models\CMS\CmsUser;
14 14
 use Doctrine\Tests\OrmFunctionalTestCase;
15
-use Doctrine\Tests\Proxies\__CG__\Doctrine\Tests\Models\CMS\CmsUser as CmsUserProxy;
16 15
 use ProxyManager\Configuration;
17 16
 use ProxyManager\Proxy\GhostObjectInterface;
18 17
 
Please login to merge, or discard this patch.