Test Failed
Push — develop ( 01a8a8...14ce66 )
by Guilherme
65:10
created
lib/Doctrine/ORM/Query/SqlWalker.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\DBAL\LockMode;
8 8
 use Doctrine\DBAL\Types\Type;
9
-use Doctrine\ORM\Mapping\AssociationMetadata;
10 9
 use Doctrine\ORM\Mapping\ClassMetadata;
11 10
 use Doctrine\ORM\Mapping\FieldMetadata;
12 11
 use Doctrine\ORM\Mapping\InheritanceType;
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.
tests/Doctrine/Tests/Models/DDC3579/DDC3579User.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,9 +5,7 @@
 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
-use Doctrine\ORM\Mapping;
11 9
 
12 10
 /**
13 11
  * @ORM\MappedSuperClass
Please login to merge, or discard this patch.
tests/Doctrine/Tests/ORM/Tools/Export/AbstractClassMetadataExporterTest.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\ClassMetadata;
13 13
 use Doctrine\ORM\Mapping\Driver\AnnotationDriver;
14 14
 use Doctrine\ORM\Mapping\Driver\XmlDriver;
15
-use Doctrine\ORM\Mapping\Driver\PHPDriver;
16 15
 use Doctrine\ORM\Mapping\ManyToManyAssociationMetadata;
17 16
 use Doctrine\ORM\Mapping\OneToManyAssociationMetadata;
18 17
 use Doctrine\ORM\Tools\DisconnectedClassMetadataFactory;
Please login to merge, or discard this patch.