Completed
Push — fixtures/parameter-fix ( 1f3fd9...164a01 )
by Kamil
32:45
created
Sylius/Bundle/GridBundle/Tests/Doctrine/PHPCRODM/ExpressionVisitorTest.php 1 patch
Unused Use Statements   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -11,15 +11,12 @@
 block discarded – undo
11 11
 
12 12
 namespace Sylius\Bundle\GridBundle\Tests\DependencyInjection;
13 13
 
14
-use Doctrine\ODM\PHPCR\Query\Builder\QueryBuilder;
15
-use Sylius\Bundle\GridBundle\Doctrine\PHPCRODM\ExpressionVisitor;
16 14
 use Doctrine\Common\Collections\Expr\Comparison;
17
-use Doctrine\ODM\PHPCR\Query\Builder\AbstractNode;
18
-use Doctrine\ODM\PHPCR\Query\Builder\AbstractLeafNode;
15
+use Doctrine\Common\Collections\Expr\CompositeExpression;
19 16
 use Doctrine\ODM\PHPCR\Query\Builder\OperandDynamicField;
20
-use Doctrine\ODM\PHPCR\Query\Builder\ConstraintComparison;
21 17
 use Doctrine\ODM\PHPCR\Query\Builder\OperandStaticLiteral;
22
-use Doctrine\Common\Collections\Expr\CompositeExpression;
18
+use Doctrine\ODM\PHPCR\Query\Builder\QueryBuilder;
19
+use Sylius\Bundle\GridBundle\Doctrine\PHPCRODM\ExpressionVisitor;
23 20
 use Sylius\Bundle\GridBundle\Doctrine\PHPCRODM\ExtraComparison;
24 21
 
25 22
 require(__DIR__ . '/QueryBuilderWalker.php');
Please login to merge, or discard this patch.
src/Sylius/Bundle/InstallerBundle/Command/CommandExecutor.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\InstallerBundle\Command;
13 13
 
14
-use Sylius\Bundle\CoreBundle\Kernel\Kernel;
15 14
 use Symfony\Component\Console\Application;
16 15
 use Symfony\Component\Console\Input\ArrayInput;
17 16
 use Symfony\Component\Console\Input\InputInterface;
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.
src/Sylius/Bundle/MetadataBundle/DependencyInjection/Configuration.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@
 block discarded – undo
12 12
 namespace Sylius\Bundle\MetadataBundle\DependencyInjection;
13 13
 
14 14
 use Sylius\Bundle\MetadataBundle\Controller\MetadataController;
15
-use Sylius\Bundle\MetadataBundle\Model\MetadataContainer;
16 15
 use Sylius\Bundle\MetadataBundle\Form\Type\MetadataContainerType;
16
+use Sylius\Bundle\MetadataBundle\Model\MetadataContainer;
17 17
 use Sylius\Bundle\ResourceBundle\SyliusResourceBundle;
18 18
 use Sylius\Component\Metadata\Factory\MetadataContainerFactory;
19 19
 use Sylius\Component\Metadata\Model\MetadataContainerInterface;
Please login to merge, or discard this patch.
src/Sylius/Bundle/OrderBundle/DependencyInjection/Configuration.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,13 +14,13 @@
 block discarded – undo
14 14
 use Sylius\Bundle\OrderBundle\Controller\AdjustmentController;
15 15
 use Sylius\Bundle\OrderBundle\Controller\CommentController;
16 16
 use Sylius\Bundle\OrderBundle\Controller\OrderItemController;
17
-use Sylius\Component\Order\Factory\OrderItemUnitFactory;
18 17
 use Sylius\Bundle\OrderBundle\Form\Type\AdjustmentType;
19 18
 use Sylius\Bundle\OrderBundle\Form\Type\CommentType;
20 19
 use Sylius\Bundle\OrderBundle\Form\Type\OrderItemType;
21 20
 use Sylius\Bundle\OrderBundle\Form\Type\OrderType;
22 21
 use Sylius\Bundle\ResourceBundle\Controller\ResourceController;
23 22
 use Sylius\Bundle\ResourceBundle\SyliusResourceBundle;
23
+use Sylius\Component\Order\Factory\OrderItemUnitFactory;
24 24
 use Sylius\Component\Order\Model\Adjustment;
25 25
 use Sylius\Component\Order\Model\AdjustmentInterface;
26 26
 use Sylius\Component\Order\Model\Comment;
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.
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\ProductBundle\Form\Type\ProductVariantGenerationType;
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
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
 use Sylius\Component\Product\Model\OptionValueTranslationInterface;
31 31
 use Sylius\Component\Product\Model\Variant;
32 32
 use Sylius\Component\Product\Model\VariantInterface;
33
-use Sylius\Component\Resource\Factory;
34 33
 use Symfony\Component\Config\FileLocator;
35 34
 use Symfony\Component\DependencyInjection\ContainerBuilder;
36 35
 use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
Please login to merge, or discard this patch.
src/Sylius/Bundle/ResourceBundle/Behat/FormContext.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,11 +11,11 @@
 block discarded – undo
11 11
 
12 12
 namespace Sylius\Bundle\ResourceBundle\Behat;
13 13
 
14
+use Behat\MinkExtension\Context\RawMinkContext;
14 15
 use Behat\Mink\Element\Element;
15 16
 use Behat\Mink\Element\NodeElement;
16 17
 use Behat\Mink\Exception\ElementNotFoundException;
17 18
 use Behat\Mink\Selector\Xpath\Escaper;
18
-use Behat\MinkExtension\Context\RawMinkContext;
19 19
 
20 20
 /**
21 21
  * @author Arnaud Langlade <[email protected]>
Please login to merge, or discard this patch.