@@ -11,15 +11,12 @@ |
||
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'); |
@@ -11,7 +11,6 @@ |
||
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; |
@@ -17,7 +17,6 @@ |
||
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 |
@@ -12,8 +12,8 @@ |
||
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; |
@@ -14,13 +14,13 @@ |
||
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; |
@@ -11,7 +11,6 @@ |
||
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; |
@@ -11,7 +11,6 @@ |
||
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; |
@@ -30,7 +30,6 @@ |
||
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; |
@@ -11,11 +11,11 @@ |
||
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]> |