@@ -12,8 +12,8 @@ |
||
12 | 12 | namespace Sylius\Component\Attribute\AttributeType; |
13 | 13 | |
14 | 14 | use Sylius\Component\Attribute\Model\AttributeValueInterface; |
15 | -use Symfony\Component\Validator\Constraints\NotBlank; |
|
16 | 15 | use Symfony\Component\Validator\ConstraintViolationListInterface; |
16 | +use Symfony\Component\Validator\Constraints\NotBlank; |
|
17 | 17 | use Symfony\Component\Validator\Context\ExecutionContextInterface; |
18 | 18 | |
19 | 19 | /** |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace Sylius\Component\Core\Checker; |
13 | 13 | |
14 | 14 | use Sylius\Component\Core\Model\OrderInterface; |
15 | -use Sylius\Component\Core\Model\PaymentInterface; |
|
16 | 15 | use Sylius\Component\Payment\Resolver\PaymentMethodsResolverInterface; |
17 | 16 | |
18 | 17 | /** |
@@ -12,8 +12,8 @@ |
||
12 | 12 | namespace Sylius\Component\Attribute\AttributeType; |
13 | 13 | |
14 | 14 | use Sylius\Component\Attribute\Model\AttributeValueInterface; |
15 | -use Symfony\Component\Validator\Constraints\NotBlank; |
|
16 | 15 | use Symfony\Component\Validator\ConstraintViolationListInterface; |
16 | +use Symfony\Component\Validator\Constraints\NotBlank; |
|
17 | 17 | use Symfony\Component\Validator\Context\ExecutionContextInterface; |
18 | 18 | |
19 | 19 | /** |
@@ -12,8 +12,8 @@ |
||
12 | 12 | namespace Sylius\Component\Attribute\AttributeType; |
13 | 13 | |
14 | 14 | use Sylius\Component\Attribute\Model\AttributeValueInterface; |
15 | -use Symfony\Component\Validator\Constraints\NotBlank; |
|
16 | 15 | use Symfony\Component\Validator\ConstraintViolationListInterface; |
16 | +use Symfony\Component\Validator\Constraints\NotBlank; |
|
17 | 17 | use Symfony\Component\Validator\Context\ExecutionContextInterface; |
18 | 18 | |
19 | 19 | /** |
@@ -13,8 +13,8 @@ |
||
13 | 13 | |
14 | 14 | require_once __DIR__.'/AppKernel.php'; |
15 | 15 | |
16 | -use ProxyManager\Proxy\VirtualProxyInterface; |
|
17 | 16 | use PSS\SymfonyMockerContainer\DependencyInjection\MockerContainer; |
17 | +use ProxyManager\Proxy\VirtualProxyInterface; |
|
18 | 18 | use Symfony\Component\DependencyInjection\ContainerInterface; |
19 | 19 | |
20 | 20 | /** |
@@ -16,7 +16,6 @@ |
||
16 | 16 | use PhpSpec\ObjectBehavior; |
17 | 17 | use Prophecy\Argument; |
18 | 18 | use Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelCodeProviderInterface; |
19 | -use Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelPersister; |
|
20 | 19 | use Symfony\Component\HttpFoundation\Cookie; |
21 | 20 | use Symfony\Component\HttpFoundation\Request; |
22 | 21 | use Symfony\Component\HttpFoundation\Response; |
@@ -16,11 +16,8 @@ |
||
16 | 16 | use Sylius\Bundle\ResourceBundle\Doctrine\ODM\PHPCR\EventListener\DefaultParentListener; |
17 | 17 | use Sylius\Bundle\ResourceBundle\Doctrine\ODM\PHPCR\EventListener\NameFilterListener; |
18 | 18 | use Sylius\Bundle\ResourceBundle\Doctrine\ODM\PHPCR\EventListener\NameResolverListener; |
19 | -use Sylius\Bundle\ResourceBundle\Doctrine\ODM\PHPCR\Form\Builder\DefaultFormBuilder; |
|
20 | -use Sylius\Bundle\ResourceBundle\Form\Type\DefaultResourceType; |
|
21 | 19 | use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
22 | 20 | use Sylius\Component\Resource\Metadata\MetadataInterface; |
23 | -use Sylius\Component\Resource\Repository\TranslatableRepositoryInterface; |
|
24 | 21 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
25 | 22 | use Symfony\Component\DependencyInjection\Definition; |
26 | 23 | use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException; |
@@ -13,7 +13,6 @@ |
||
13 | 13 | |
14 | 14 | namespace Sylius\Bundle\ResourceBundle\Form\DataTransformer; |
15 | 15 | |
16 | -use Sylius\Component\Resource\Model\ResourceInterface; |
|
17 | 16 | use Sylius\Component\Resource\Repository\RepositoryInterface; |
18 | 17 | use Symfony\Component\Form\DataTransformerInterface; |
19 | 18 | use Symfony\Component\Form\Exception\TransformationFailedException; |
@@ -14,7 +14,6 @@ |
||
14 | 14 | namespace spec\Sylius\Bundle\ResourceBundle\Controller; |
15 | 15 | |
16 | 16 | use PhpSpec\ObjectBehavior; |
17 | -use Sylius\Bundle\ResourceBundle\Controller\RedirectHandler; |
|
18 | 17 | use Sylius\Bundle\ResourceBundle\Controller\RedirectHandlerInterface; |
19 | 18 | use Sylius\Bundle\ResourceBundle\Controller\RequestConfiguration; |
20 | 19 | use Sylius\Component\Resource\Model\ResourceInterface; |