Completed
Push — master ( ac135d...5c7e92 )
by Kamil
15s
created
src/Sylius/Bundle/AttributeBundle/DependencyInjection/Configuration.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -11,12 +11,7 @@
 block discarded – undo
11 11
 
12 12
 namespace Sylius\Bundle\AttributeBundle\DependencyInjection;
13 13
 
14
-use Sylius\Bundle\AttributeBundle\Controller\ProductAttributeController;
15
-use Sylius\Bundle\AttributeBundle\Form\Type\AttributeTranslationType;
16
-use Sylius\Bundle\AttributeBundle\Form\Type\AttributeType;
17
-use Sylius\Bundle\AttributeBundle\Form\Type\AttributeValueType;
18 14
 use Sylius\Bundle\ResourceBundle\Controller\ResourceController;
19
-use Sylius\Bundle\ResourceBundle\Form\Type\ResourceChoiceType;
20 15
 use Sylius\Bundle\ResourceBundle\SyliusResourceBundle;
21 16
 use Sylius\Component\Attribute\Model\Attribute;
22 17
 use Sylius\Component\Attribute\Model\AttributeInterface;
Please login to merge, or discard this patch.
src/Sylius/Bundle/CustomerBundle/DependencyInjection/Configuration.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -13,10 +13,7 @@
 block discarded – undo
13 13
 
14 14
 use Sylius\Bundle\CustomerBundle\Form\Type\CustomerGroupType;
15 15
 use Sylius\Bundle\ResourceBundle\Controller\ResourceController;
16
-use Sylius\Bundle\ResourceBundle\Form\Type\ResourceChoiceType;
17 16
 use Sylius\Bundle\ResourceBundle\SyliusResourceBundle;
18
-use Sylius\Bundle\ResourceBundle\Form\Type\ResourceFromIdentifierType;
19
-use Sylius\Bundle\CustomerBundle\Form\Type\CustomerProfileType;
20 17
 use Sylius\Bundle\CustomerBundle\Form\Type\CustomerType;
21 18
 use Sylius\Component\Customer\Model\CustomerGroup;
22 19
 use Sylius\Component\Resource\Factory\Factory;
Please login to merge, or discard this patch.
Sylius/Bundle/ProductBundle/DependencyInjection/SyliusProductExtension.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 Sylius\Bundle\ProductBundle\DependencyInjection;
13 13
 
14 14
 use Sylius\Bundle\ProductBundle\Controller\ProductAttributeController;
15
-use Sylius\Bundle\ProductBundle\Form\Type\ProductAttributeChoiceType;
16 15
 use Sylius\Bundle\ProductBundle\Form\Type\ProductAttributeTranslationType;
17 16
 use Sylius\Bundle\ProductBundle\Form\Type\ProductAttributeType;
18 17
 use Sylius\Bundle\ProductBundle\Form\Type\ProductAttributeValueType;
Please login to merge, or discard this patch.