Completed
Push — master ( 1d26b8...429264 )
by Kamil
16s
created
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.
src/Sylius/Component/Core/Model/ProductVariant.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\Core\Pricing\Calculators;
17 17
 use Sylius\Component\Product\Model\Variant as BaseVariant;
18 18
 use Sylius\Component\Taxation\Model\TaxCategoryInterface;
19
-use Sylius\Component\Variation\Model\VariantInterface as BaseVariantInterface;
20 19
 
21 20
 /**
22 21
  * @author Paweł Jędrzejewski <[email protected]>
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.
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.
src/Sylius/Bundle/MoneyBundle/DependencyInjection/SyliusMoneyExtension.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/ProductBundle/DependencyInjection/Configuration.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\ProductBundle\DependencyInjection;
13 13
 
14
-use Sylius\Bundle\CoreBundle\Form\Type\LegacyProductType;
15 14
 use Sylius\Bundle\ProductBundle\Form\Type\ProductTranslationType;
16 15
 use Sylius\Bundle\ProductBundle\Form\Type\ProductType;
17 16
 use Sylius\Bundle\ResourceBundle\Controller\ResourceController;
Please login to merge, or discard this patch.
src/Sylius/Bundle/GridBundle/Doctrine/PHPCRODM/ExpressionVisitor.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\GridBundle\Doctrine\PHPCRODM;
13 13
 
14
-use Sylius\Component\Grid\Data\ExpressionBuilderInterface;
15 14
 use Doctrine\ODM\PHPCR\Query\Builder\QueryBuilder;
16 15
 use Doctrine\Common\Collections\Expr\CompositeExpression;
17 16
 use Doctrine\Common\Collections\Expr\Comparison;
Please login to merge, or discard this patch.