Completed
Push — pull-request/8500 ( e49efc )
by Kamil
18:54
created
Sylius/Bundle/AddressingBundle/Tests/Form/Type/CountryChoiceTypeTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,10 +7,8 @@
 block discarded – undo
7 7
 use PHPUnit\Framework\Assert;
8 8
 use Prophecy\Prophecy\ProphecyInterface;
9 9
 use Sylius\Bundle\AddressingBundle\Form\Type\CountryChoiceType;
10
-use Sylius\Component\Addressing\Model\Country;
11 10
 use Sylius\Component\Addressing\Model\CountryInterface;
12 11
 use Sylius\Component\Resource\Repository\RepositoryInterface;
13
-use Symfony\Component\Form\ChoiceList\View\ChoiceListView;
14 12
 use Symfony\Component\Form\ChoiceList\View\ChoiceView;
15 13
 use Symfony\Component\Form\PreloadedExtension;
16 14
 use Symfony\Component\Form\Test\TypeTestCase;
Please login to merge, or discard this patch.