Completed
Push — master ( 2c3992...ba5b97 )
by Kamil
15s
created
src/Sylius/Bundle/ShippingBundle/Form/Type/ShippingMethodChoiceType.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\Bundle\ResourceBundle\Form\DataTransformer\ObjectToIdentifierTransformer;
15 15
 use Sylius\Component\Registry\ServiceRegistryInterface;
16 16
 use Sylius\Component\Resource\Repository\RepositoryInterface;
17
-use Sylius\Component\Shipping\Model\ShippingMethod;
18 17
 use Sylius\Component\Shipping\Model\ShippingMethodInterface;
19 18
 use Sylius\Component\Shipping\Model\ShippingSubjectInterface;
20 19
 use Sylius\Component\Shipping\Resolver\MethodsResolverInterface;
Please login to merge, or discard this patch.
src/Sylius/Bundle/GridBundle/Doctrine/PHPCRODM/DataSource.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,10 +11,8 @@
 block discarded – undo
11 11
 
12 12
 namespace Sylius\Bundle\GridBundle\Doctrine\PHPCR;
13 13
 
14
-use Pagerfanta\Adapter\DoctrineORMAdapter;
15 14
 use Pagerfanta\Pagerfanta;
16 15
 use Sylius\Component\Grid\Data\DataSourceInterface;
17
-use Sylius\Component\Grid\Data\ExpressionBuilderInterface;
18 16
 use Sylius\Component\Grid\Parameters;
19 17
 use Doctrine\ODM\PHPCR\Query\Builder\QueryBuilder;
20 18
 use Pagerfanta\Adapter\DoctrineODMPhpcrAdapter;
Please login to merge, or discard this patch.
src/Sylius/Bundle/GridBundle/Doctrine/PHPCRODM/ExpressionBuilder.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\GridBundle\Doctrine\PHPCR;
13 13
 
14 14
 use Sylius\Component\Grid\Data\ExpressionBuilderInterface;
15
-use Doctrine\ODM\PHPCR\Query\Builder\QueryBuilder;
16 15
 use Doctrine\Common\Collections\CollectionsExpressionBuilder;
17 16
 
18 17
 /**
Please login to merge, or discard this patch.
src/Sylius/Bundle/InstallerBundle/Command/SetupCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use Symfony\Component\Console\Input\InputInterface;
18 18
 use Symfony\Component\Console\Output\OutputInterface;
19 19
 use Symfony\Component\Intl\Intl;
20
-use Symfony\Component\Validator\Constraints\Currency;
21 20
 use Symfony\Component\Validator\Constraints\Email;
22 21
 use Symfony\Component\Validator\Constraints\NotBlank;
23 22
 
Please login to merge, or discard this patch.
Sylius/Bundle/PricingBundle/DependencyInjection/SyliusPricingExtension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Sylius\Bundle\PricingBundle\DependencyInjection;
13 13
 
14
-use Symfony\Component\Config\Definition\Processor;
15 14
 use Symfony\Component\Config\FileLocator;
16 15
 use Symfony\Component\DependencyInjection\ContainerBuilder;
17 16
 use Symfony\Component\DependencyInjection\Definition;
Please login to merge, or discard this patch.
Sylius/Bundle/ProductBundle/DependencyInjection/SyliusProductExtension.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -31,13 +31,10 @@
 block discarded – undo
31 31
 use Sylius\Component\Product\Model\OptionValueTranslationInterface;
32 32
 use Sylius\Component\Product\Model\Variant;
33 33
 use Sylius\Component\Product\Model\VariantInterface;
34
-use Sylius\Component\Resource\Factory;
35 34
 use Symfony\Component\Config\FileLocator;
36 35
 use Symfony\Component\DependencyInjection\ContainerBuilder;
37
-use Symfony\Component\DependencyInjection\Definition;
38 36
 use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
39 37
 use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
40
-use Symfony\Component\DependencyInjection\Reference;
41 38
 
42 39
 /**
43 40
  * Product catalog extension.
Please login to merge, or discard this patch.
Bundle/ResourceBundle/DependencyInjection/SyliusResourceExtension.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\Bundle\ResourceBundle\DependencyInjection\Driver\DriverProvider;
15 15
 use Sylius\Component\Resource\Metadata\Metadata;
16
-use Symfony\Component\Config\Definition\Processor;
17 16
 use Symfony\Component\Config\FileLocator;
18 17
 use Symfony\Component\DependencyInjection\ContainerBuilder;
19 18
 use Symfony\Component\DependencyInjection\Extension\Extension;
20
-use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
21 19
 use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
22 20
 
23 21
 /**
Please login to merge, or discard this patch.
src/Sylius/Bundle/FlowBundle/DependencyInjection/SyliusFlowExtension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Sylius\Bundle\PricingBundle\DependencyInjection;
13 13
 
14
-use Symfony\Component\Config\Definition\Processor;
15 14
 use Symfony\Component\Config\FileLocator;
16 15
 use Symfony\Component\DependencyInjection\ContainerBuilder;
17 16
 use Symfony\Component\DependencyInjection\Definition;
Please login to merge, or discard this patch.
src/Sylius/Bundle/GridBundle/DependencyInjection/SyliusGridExtension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Sylius\Bundle\PricingBundle\DependencyInjection;
13 13
 
14
-use Symfony\Component\Config\Definition\Processor;
15 14
 use Symfony\Component\Config\FileLocator;
16 15
 use Symfony\Component\DependencyInjection\ContainerBuilder;
17 16
 use Symfony\Component\DependencyInjection\Definition;
Please login to merge, or discard this patch.