@@ -6,7 +6,6 @@ |
||
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; |
@@ -4,9 +4,7 @@ |
||
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 |
@@ -5,9 +5,7 @@ |
||
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 |
@@ -12,7 +12,6 @@ |
||
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; |