Completed
Pull Request — master (#23)
by Eric
17:54
created
Resource/Tests/Form/Type/Doctrine/ORM/AbstractResourceChoiceTypeTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace Lug\Component\Resource\Tests\Form\Type\Doctrine\ORM;
13 13
 
14 14
 use Doctrine\Common\Persistence\ManagerRegistry;
15
-use Doctrine\DBAL\Connection;
16 15
 use Doctrine\ORM\EntityManagerInterface;
17 16
 use Doctrine\ORM\EntityRepository;
18 17
 use Doctrine\ORM\Mapping\ClassMetadata;
Please login to merge, or discard this patch.
Component/Resource/Tests/Form/Type/Doctrine/ORM/ResourceChoiceTypeTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace Lug\Component\Resource\Tests\Form\Type\Doctrine\ORM;
13 13
 
14 14
 use Doctrine\Common\Persistence\ManagerRegistry;
15
-use Doctrine\DBAL\Connection;
16 15
 use Doctrine\ORM\EntityManagerInterface;
17 16
 use Doctrine\ORM\EntityRepository;
18 17
 use Doctrine\ORM\Mapping\ClassMetadata;
Please login to merge, or discard this patch.