@@ -11,15 +11,12 @@ |
||
11 | 11 | |
12 | 12 | namespace Sylius\Bundle\AdminApiBundle\DependencyInjection; |
13 | 13 | |
14 | -use Sylius\Bundle\AdminApiBundle\Controller\TokenController; |
|
15 | 14 | use Sylius\Bundle\ResourceBundle\DependencyInjection\Extension\AbstractResourceExtension; |
16 | 15 | use Symfony\Component\Config\FileLocator; |
17 | 16 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
18 | -use Symfony\Component\DependencyInjection\Definition; |
|
19 | 17 | use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException; |
20 | 18 | use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface; |
21 | 19 | use Symfony\Component\DependencyInjection\Loader\XmlFileLoader; |
22 | -use Symfony\Component\DependencyInjection\Reference; |
|
23 | 20 | |
24 | 21 | /** |
25 | 22 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -11,7 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace Sylius\Bundle\AdminApiBundle\Fixture\Factory; |
13 | 13 | |
14 | -use FOS\OAuthServerBundle\Model\ClientManagerInterface; |
|
15 | 14 | use Sylius\Bundle\AdminApiBundle\Model\AccessTokenInterface; |
16 | 15 | use Sylius\Bundle\AdminApiBundle\Model\ClientInterface; |
17 | 16 | use Sylius\Bundle\AdminApiBundle\Model\UserInterface; |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace Sylius\Tests\Controller; |
13 | 13 | |
14 | 14 | use Lakion\ApiTestCase\JsonApiTestCase; |
15 | -use Sylius\Bundle\AdminApiBundle\Form\Type\ProductVariantType; |
|
16 | 15 | use Sylius\Component\Core\Model\ProductInterface; |
17 | 16 | use Sylius\Component\Core\Model\ProductVariantInterface; |
18 | 17 | use Symfony\Component\HttpFoundation\Response; |
@@ -11,7 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace Sylius\Behat\Page\Admin\Promotion; |
13 | 13 | |
14 | -use Behat\Mink\Driver\Selenium2Driver; |
|
15 | 14 | use Behat\Mink\Element\NodeElement; |
16 | 15 | use Behat\Mink\Exception\ElementNotFoundException; |
17 | 16 | use Sylius\Behat\Behaviour\NamesIt; |
@@ -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 | /** |
@@ -11,8 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace Sylius\Component\Attribute\Model; |
13 | 13 | |
14 | -use Doctrine\Common\Collections\ArrayCollection; |
|
15 | -use Doctrine\Common\Collections\Collection; |
|
16 | 14 | use Sylius\Component\Attribute\AttributeType\TextAttributeType; |
17 | 15 | use Sylius\Component\Resource\Model\TimestampableTrait; |
18 | 16 | use Sylius\Component\Resource\Model\TranslatableTrait; |
@@ -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 | /** |