Completed
Push — master ( e6e3d2...83da08 )
by Kamil
21:58 queued 03:02
created
src/Sylius/Bundle/ProductBundle/Form/Type/ProductOptionValueChoiceType.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,11 +13,9 @@
 block discarded – undo
13 13
 
14 14
 use Sylius\Component\Product\Model\ProductOptionInterface;
15 15
 use Symfony\Component\Form\AbstractType;
16
-use Symfony\Component\Form\Extension\Core\ChoiceList\ObjectChoiceList;
17 16
 use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
18 17
 use Symfony\Component\OptionsResolver\Options;
19 18
 use Symfony\Component\OptionsResolver\OptionsResolver;
20
-use Symfony\Component\PropertyAccess\PropertyAccess;
21 19
 
22 20
 /**
23 21
  * @author Paweł Jędrzejewski <[email protected]>
Please login to merge, or discard this patch.