@@ -13,11 +13,11 @@ |
||
13 | 13 | |
14 | 14 | use Doctrine\Common\Collections\ArrayCollection; |
15 | 15 | use Doctrine\Common\Collections\Collection; |
16 | -use Webmozart\Assert\Assert; |
|
17 | 16 | use Sylius\Component\Attribute\Model\AttributeValueInterface; |
18 | 17 | use Sylius\Component\Resource\Model\TimestampableTrait; |
19 | 18 | use Sylius\Component\Resource\Model\ToggleableTrait; |
20 | 19 | use Sylius\Component\Resource\Model\TranslatableTrait; |
20 | +use Webmozart\Assert\Assert; |
|
21 | 21 | |
22 | 22 | /** |
23 | 23 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -15,7 +15,6 @@ |
||
15 | 15 | use Doctrine\Common\Collections\Collection; |
16 | 16 | use Sylius\Component\Resource\Model\TimestampableTrait; |
17 | 17 | use Sylius\Component\Resource\Model\TranslatableTrait; |
18 | -use Sylius\Component\Resource\Model\TranslationInterface; |
|
19 | 18 | |
20 | 19 | /** |
21 | 20 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -15,7 +15,6 @@ |
||
15 | 15 | use Symfony\Component\Config\FileLocator; |
16 | 16 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
17 | 17 | use Symfony\Component\DependencyInjection\Loader\XmlFileLoader; |
18 | -use Symfony\Component\DependencyInjection\Reference; |
|
19 | 18 | |
20 | 19 | /** |
21 | 20 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -11,7 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace Sylius\Bundle\ApiBundle\Fixture\Factory; |
13 | 13 | |
14 | -use FOS\OAuthServerBundle\Model\ClientManagerInterface; |
|
15 | 14 | use Sylius\Bundle\ApiBundle\Model\AccessTokenInterface; |
16 | 15 | use Sylius\Bundle\ApiBundle\Model\ClientInterface; |
17 | 16 | use Sylius\Bundle\ApiBundle\Model\UserInterface; |
@@ -16,7 +16,6 @@ discard block |
||
16 | 16 | use Behat\Mink\Element\NodeElement; |
17 | 17 | use Doctrine\Common\Persistence\ObjectManager; |
18 | 18 | use Sylius\Behat\Service\SharedStorageInterface; |
19 | -use Sylius\Component\Attribute\Factory\AttributeFactoryInterface; |
|
20 | 19 | use Sylius\Component\Core\Formatter\StringInflector; |
21 | 20 | use Sylius\Component\Core\Model\ChannelInterface; |
22 | 21 | use Sylius\Component\Core\Model\ChannelPricingInterface; |
@@ -34,7 +33,6 @@ discard block |
||
34 | 33 | use Sylius\Component\Product\Resolver\ProductVariantResolverInterface; |
35 | 34 | use Sylius\Component\Resource\Factory\FactoryInterface; |
36 | 35 | use Sylius\Component\Resource\Model\TranslationInterface; |
37 | -use Sylius\Component\Resource\Repository\RepositoryInterface; |
|
38 | 36 | use Sylius\Component\Shipping\Model\ShippingCategoryInterface; |
39 | 37 | use Sylius\Component\Taxation\Model\TaxCategoryInterface; |
40 | 38 | use Symfony\Component\HttpFoundation\File\UploadedFile; |
@@ -13,7 +13,6 @@ |
||
13 | 13 | |
14 | 14 | use Sylius\Bundle\CoreBundle\Controller\ProductTaxonController; |
15 | 15 | use Sylius\Bundle\CoreBundle\Form\Type\Product\ChannelPricingType; |
16 | -use Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository; |
|
17 | 16 | use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
18 | 17 | use Sylius\Component\Core\Model\ChannelPricing; |
19 | 18 | use Sylius\Component\Core\Model\ChannelPricingInterface; |
@@ -11,7 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace Sylius\Bundle\CurrencyBundle\DependencyInjection; |
13 | 13 | |
14 | -use Sylius\Bundle\CurrencyBundle\Doctrine\ORM\ExchangeRateRepository; |
|
15 | 14 | use Sylius\Bundle\CurrencyBundle\Form\Type\CurrencyType; |
16 | 15 | use Sylius\Bundle\CurrencyBundle\Form\Type\ExchangeRateType; |
17 | 16 | use Sylius\Bundle\ResourceBundle\Controller\ResourceController; |
@@ -12,12 +12,11 @@ |
||
12 | 12 | namespace Sylius\Bundle\ReviewBundle\DependencyInjection; |
13 | 13 | |
14 | 14 | use Sylius\Bundle\ResourceBundle\Controller\ResourceController; |
15 | -use Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository; |
|
16 | 15 | use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
17 | 16 | use Sylius\Bundle\ReviewBundle\Form\Type\ReviewType; |
18 | 17 | use Sylius\Component\Resource\Factory\Factory; |
19 | -use Sylius\Component\Review\Model\ReviewerInterface; |
|
20 | 18 | use Sylius\Component\Review\Model\ReviewInterface; |
19 | +use Sylius\Component\Review\Model\ReviewerInterface; |
|
21 | 20 | use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition; |
22 | 21 | use Symfony\Component\Config\Definition\Builder\TreeBuilder; |
23 | 22 | use Symfony\Component\Config\Definition\ConfigurationInterface; |
@@ -11,7 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace Sylius\Behat\Page\Admin\Product; |
13 | 13 | |
14 | -use Behat\Mink\Exception\ElementNotFoundException; |
|
15 | 14 | use Sylius\Behat\Page\Admin\Crud\UpdatePageInterface as BaseUpdatePageInterface; |
16 | 15 | use Sylius\Component\Core\Model\ChannelInterface; |
17 | 16 | use Sylius\Component\Core\Model\TaxonInterface; |