Failed Conditions
Push — develop ( 67dede...5c2ff2 )
by Marco
17s
created
lib/Doctrine/ORM/Query/QueryExpressionVisitor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 namespace Doctrine\ORM\Query;
21 21
 
22 22
 use Doctrine\Common\Collections\ArrayCollection;
23
-
24 23
 use Doctrine\Common\Collections\Expr\ExpressionVisitor;
25 24
 use Doctrine\Common\Collections\Expr\Comparison;
26 25
 use Doctrine\Common\Collections\Expr\CompositeExpression;
Please login to merge, or discard this patch.
lib/Doctrine/ORM/QueryBuilder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 
22 22
 use Doctrine\Common\Collections\ArrayCollection;
23 23
 use Doctrine\Common\Collections\Criteria;
24
-
25 24
 use Doctrine\ORM\Query\Expr;
26 25
 use Doctrine\ORM\Query\QueryExpressionVisitor;
27 26
 
Please login to merge, or discard this patch.
tests/Doctrine/Tests/Models/Company/CompanyFlexContract.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
 namespace Doctrine\Tests\Models\Company;
6 6
 
7
-use Doctrine\DBAL\Types\Type;
8 7
 use Doctrine\ORM\Annotation as ORM;
9
-use Doctrine\ORM\Mapping;
10 8
 
11 9
 /**
12 10
  * @ORM\Entity
Please login to merge, or discard this patch.
lib/Doctrine/ORM/Cache/DefaultQueryCache.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use Doctrine\ORM\Mapping\AssociationMetadata;
11 11
 use Doctrine\ORM\Mapping\ToOneAssociationMetadata;
12 12
 use Doctrine\ORM\Query\ResultSetMapping;
13
-use Doctrine\Common\Proxy\Proxy;
14 13
 use Doctrine\ORM\Cache;
15 14
 use Doctrine\ORM\Query;
16 15
 use ProxyManager\Proxy\GhostObjectInterface;
Please login to merge, or discard this patch.
lib/Doctrine/ORM/Tools/DebugUnitOfWorkListener.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\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;
Please login to merge, or discard this patch.
lib/Doctrine/ORM/Tools/Pagination/LimitSubqueryWalker.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\Tools\Pagination;
6 6
 
7
-use Doctrine\DBAL\Types\Type;
8 7
 use Doctrine\ORM\Mapping\AssociationMetadata;
9 8
 use Doctrine\ORM\Mapping\ToManyAssociationMetadata;
10 9
 use Doctrine\ORM\Query;
Please login to merge, or discard this patch.
tests/Doctrine/Tests/Models/DDC3579/DDC3579User.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 namespace Doctrine\Tests\Models\DDC3579;
6 6
 
7 7
 use Doctrine\Common\Collections\ArrayCollection;
8
-use Doctrine\DBAL\Types\Type;
9 8
 use Doctrine\ORM\Annotation as ORM;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.