@@ -20,7 +20,6 @@ |
||
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; |
@@ -21,7 +21,6 @@ |
||
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 |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Doctrine\Tests\ORM\Functional; |
4 | 4 | |
5 | 5 | use Doctrine\DBAL\Types\Type as DBALType; |
6 | -use Doctrine\ORM\Mapping\AssociationMapping; |
|
7 | 6 | use Doctrine\Tests\Models\Generic\BooleanModel; |
8 | 7 | use Doctrine\Tests\Models\Generic\DateTimeModel; |
9 | 8 | use Doctrine\Tests\Models\Generic\DecimalModel; |
@@ -23,7 +23,6 @@ |
||
23 | 23 | |
24 | 24 | use Doctrine\ORM\Mapping\ToOneAssociationMetadata; |
25 | 25 | use PDO; |
26 | -use Doctrine\ORM\Mapping\ClassMetadata; |
|
27 | 26 | |
28 | 27 | /** |
29 | 28 | * The ArrayHydrator produces a nested array "graph" that is often (not always) |
@@ -22,7 +22,6 @@ |
||
22 | 22 | namespace Doctrine\ORM\Persisters\Collection; |
23 | 23 | |
24 | 24 | use Doctrine\Common\Collections\Criteria; |
25 | -use Doctrine\ORM\Mapping\ColumnMetadata; |
|
26 | 25 | use Doctrine\ORM\Mapping\InheritanceType; |
27 | 26 | use Doctrine\ORM\Mapping\ToManyAssociationMetadata; |
28 | 27 | use Doctrine\ORM\PersistentCollection; |
@@ -21,9 +21,7 @@ |
||
21 | 21 | |
22 | 22 | namespace Doctrine\ORM\Tools\Pagination; |
23 | 23 | |
24 | -use Doctrine\DBAL\Types\Type; |
|
25 | 24 | use Doctrine\ORM\Mapping\AssociationMetadata; |
26 | -use Doctrine\ORM\Mapping\ClassMetadata; |
|
27 | 25 | use Doctrine\ORM\Mapping\ToManyAssociationMetadata; |
28 | 26 | use Doctrine\ORM\Query; |
29 | 27 | use Doctrine\ORM\Query\TreeWalkerAdapter; |
@@ -29,7 +29,6 @@ |
||
29 | 29 | use Doctrine\ORM\Mapping\FieldMetadata; |
30 | 30 | use Doctrine\ORM\Mapping\ManyToManyAssociationMetadata; |
31 | 31 | use Doctrine\ORM\Mapping\ToOneAssociationMetadata; |
32 | -use Doctrine\ORM\Query\QueryException; |
|
33 | 32 | |
34 | 33 | /** |
35 | 34 | * The PersisterHelper contains logic to infer binding types which is used in |
@@ -5,8 +5,6 @@ |
||
5 | 5 | namespace Doctrine\Tests\Mocks; |
6 | 6 | |
7 | 7 | use Doctrine\Common\Collections\Criteria; |
8 | -use Doctrine\ORM\Mapping\ClassMetadata; |
|
9 | -use Doctrine\ORM\Mapping\GeneratorType; |
|
10 | 8 | use Doctrine\ORM\Persisters\Entity\BasicEntityPersister; |
11 | 9 | |
12 | 10 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | declare(strict_types=1); |
4 | 4 | |
5 | 5 | namespace Doctrine\Tests\ORM\Functional; |
6 | -use Doctrine\Common\Util\Debug; |
|
7 | 6 | use Doctrine\ORM\ORMException; |
8 | 7 | use Doctrine\ORM\Query\QueryException; |
9 | 8 | use Doctrine\Tests\Models\Navigation\NavCountry; |