Completed
Push — symfony-fqcn-sylius-4 ( 896d93...f41f61 )
by Kamil
18:34
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.
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.
src/Sylius/Component/Core/Model/Product.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Sylius\Component\Channel\Model\ChannelInterface as BaseChannelInterface;
17 17
 use Sylius\Component\Product\Model\Product as BaseProduct;
18 18
 use Sylius\Component\Review\Model\ReviewInterface;
19
-use Sylius\Component\Shipping\Model\ShippingCategoryInterface;
20 19
 use Sylius\Component\Taxonomy\Model\TaxonInterface as BaseTaxonInterface;
21 20
 
22 21
 /**
Please login to merge, or discard this patch.
src/Sylius/Component/Core/Model/ProductInterface.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Sylius\Component\Channel\Model\ChannelsAwareInterface;
15 15
 use Sylius\Component\Product\Model\ProductInterface as BaseProductInterface;
16 16
 use Sylius\Component\Review\Model\ReviewableInterface;
17
-use Sylius\Component\Shipping\Model\ShippingCategoryInterface;
18 17
 
19 18
 /**
20 19
  * @author Paweł Jędrzejewski <[email protected]>
Please login to merge, or discard this patch.