Completed
Push — symfony3 ( ec9673...e0eba1 )
by Kamil
18:54
created
src/Sylius/Bundle/ProductBundle/DependencyInjection/Configuration.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,13 +13,13 @@
 block discarded – undo
13 13
 
14 14
 use Sylius\Bundle\ProductBundle\Form\Type\ProductAssociationType;
15 15
 use Sylius\Bundle\ProductBundle\Form\Type\ProductAssociationTypeType;
16
+use Sylius\Bundle\ProductBundle\Form\Type\ProductGenerateVariantsType;
16 17
 use Sylius\Bundle\ProductBundle\Form\Type\ProductOptionTranslationType;
17 18
 use Sylius\Bundle\ProductBundle\Form\Type\ProductOptionType;
18 19
 use Sylius\Bundle\ProductBundle\Form\Type\ProductOptionValueTranslationType;
19 20
 use Sylius\Bundle\ProductBundle\Form\Type\ProductOptionValueType;
20 21
 use Sylius\Bundle\ProductBundle\Form\Type\ProductTranslationType;
21 22
 use Sylius\Bundle\ProductBundle\Form\Type\ProductType;
22
-use Sylius\Bundle\ProductBundle\Form\Type\ProductGenerateVariantsType;
23 23
 use Sylius\Bundle\ProductBundle\Form\Type\ProductVariantGenerationType;
24 24
 use Sylius\Bundle\ProductBundle\Form\Type\ProductVariantType;
25 25
 use Sylius\Bundle\ResourceBundle\Controller\ResourceController;
Please login to merge, or discard this patch.
src/Sylius/Bundle/CustomerBundle/DependencyInjection/Configuration.php 1 patch
Unused Use Statements   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -12,15 +12,15 @@
 block discarded – undo
12 12
 namespace Sylius\Bundle\CustomerBundle\DependencyInjection;
13 13
 
14 14
 use Sylius\Bundle\CustomerBundle\Form\Type\CustomerGroupType;
15
-use Sylius\Bundle\ResourceBundle\Controller\ResourceController;
16
-use Sylius\Bundle\ResourceBundle\SyliusResourceBundle;
17 15
 use Sylius\Bundle\CustomerBundle\Form\Type\CustomerProfileType;
18 16
 use Sylius\Bundle\CustomerBundle\Form\Type\CustomerType;
19
-use Sylius\Component\Customer\Model\CustomerGroup;
20
-use Sylius\Component\Resource\Factory\Factory;
17
+use Sylius\Bundle\ResourceBundle\Controller\ResourceController;
18
+use Sylius\Bundle\ResourceBundle\SyliusResourceBundle;
21 19
 use Sylius\Component\Customer\Model\Customer;
22
-use Sylius\Component\Customer\Model\CustomerInterface;
20
+use Sylius\Component\Customer\Model\CustomerGroup;
23 21
 use Sylius\Component\Customer\Model\CustomerGroupInterface;
22
+use Sylius\Component\Customer\Model\CustomerInterface;
23
+use Sylius\Component\Resource\Factory\Factory;
24 24
 use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;
25 25
 use Symfony\Component\Config\Definition\Builder\TreeBuilder;
26 26
 use Symfony\Component\Config\Definition\ConfigurationInterface;
Please login to merge, or discard this patch.
src/Sylius/Bundle/TaxonomyBundle/DependencyInjection/Configuration.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,6 @@
 block discarded – undo
12 12
 namespace Sylius\Bundle\TaxonomyBundle\DependencyInjection;
13 13
 
14 14
 use Sylius\Bundle\ResourceBundle\Controller\ResourceController;
15
-use Sylius\Bundle\ResourceBundle\Form\Type\ResourceToHiddenIdentifierType;
16
-use Sylius\Bundle\ResourceBundle\Form\Type\ResourceToIdentifierType;
17 15
 use Sylius\Bundle\ResourceBundle\SyliusResourceBundle;
18 16
 use Sylius\Bundle\TaxonomyBundle\Form\Type\TaxonTranslationType;
19 17
 use Sylius\Bundle\TaxonomyBundle\Form\Type\TaxonType;
Please login to merge, or discard this patch.