Skip to content

Commit f320d99

Browse files
committed
Remove unneeded use statements
1 parent cf5dcea commit f320d99

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Tests/ArgumentResolver/EntityValueResolverTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,6 @@ private function createRegistry(?ObjectManager $manager = null): ManagerRegistry
422422
$registry->method('getManager')->willReturn($manager);
423423
}
424424

425-
426425
return $registry;
427426
}
428427
}

Tests/Validator/Constraints/UniqueEntityValidatorTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Doctrine\Common\Collections\ArrayCollection;
1515
use Doctrine\DBAL\Types\Type;
1616
use Doctrine\ORM\EntityRepository;
17-
use Doctrine\ORM\Mapping\ClassMetadataInfo;
1817
use Doctrine\ORM\Tools\SchemaTool;
1918
use Doctrine\Persistence\ManagerRegistry;
2019
use Doctrine\Persistence\ObjectManager;
@@ -28,7 +27,6 @@
2827
use Symfony\Bridge\Doctrine\Tests\Fixtures\DoubleNullableNameEntity;
2928
use Symfony\Bridge\Doctrine\Tests\Fixtures\Employee;
3029
use Symfony\Bridge\Doctrine\Tests\Fixtures\Person;
31-
use Symfony\Bridge\Doctrine\Tests\Fixtures\SingleIntIdEntityRepository;
3230
use Symfony\Bridge\Doctrine\Tests\Fixtures\SingleIntIdEntity;
3331
use Symfony\Bridge\Doctrine\Tests\Fixtures\SingleIntIdNoToStringEntity;
3432
use Symfony\Bridge\Doctrine\Tests\Fixtures\SingleIntIdStringWrapperNameEntity;

0 commit comments

Comments
 (0)