@@ -11,8 +11,8 @@ |
||
| 11 | 11 | |
| 12 | 12 | namespace Sylius\Bundle\GridBundle\Doctrine\ORM; |
| 13 | 13 | |
| 14 | -use Doctrine\ORM\Query\Expr\Comparison; |
|
| 15 | 14 | use Doctrine\ORM\QueryBuilder; |
| 15 | +use Doctrine\ORM\Query\Expr\Comparison; |
|
| 16 | 16 | use Sylius\Component\Grid\Data\ExpressionBuilderInterface; |
| 17 | 17 | |
| 18 | 18 | /** |
@@ -17,8 +17,8 @@ |
||
| 17 | 17 | use Sylius\Component\Resource\Model\VersionedInterface; |
| 18 | 18 | use Sylius\Component\Shipping\Model\ShippableInterface; |
| 19 | 19 | use Sylius\Component\Shipping\Model\ShippingCategoryInterface; |
| 20 | -use Sylius\Component\Taxation\Model\TaxableInterface; |
|
| 21 | 20 | use Sylius\Component\Taxation\Model\TaxCategoryInterface; |
| 21 | +use Sylius\Component\Taxation\Model\TaxableInterface; |
|
| 22 | 22 | |
| 23 | 23 | /** |
| 24 | 24 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Sylius\Component\Core\Model; |
| 4 | 4 | |
| 5 | -use Sylius\Component\Channel\Model\ChannelAwareInterface; |
|
| 6 | 5 | use Sylius\Component\Resource\Model\ResourceInterface; |
| 7 | 6 | |
| 8 | 7 | /** |
@@ -12,7 +12,6 @@ |
||
| 12 | 12 | namespace Sylius\Bundle\ResourceBundle\Doctrine\ODM\MongoDB; |
| 13 | 13 | |
| 14 | 14 | use Doctrine\MongoDB\Query\Builder as QueryBuilder; |
| 15 | -use Sylius\Component\Resource\Translation\Provider\TranslationLocaleProviderInterface; |
|
| 16 | 15 | use Sylius\Component\Resource\Repository\TranslatableRepositoryInterface; |
| 17 | 16 | |
| 18 | 17 | /** |
@@ -14,7 +14,7 @@ |
||
| 14 | 14 | use Sylius\Component\Core\Exception\MissingChannelConfigurationException; |
| 15 | 15 | use Sylius\Component\Core\Model\ShipmentInterface; |
| 16 | 16 | use Sylius\Component\Shipping\Calculator\CalculatorInterface; |
| 17 | -use Sylius\Component\Shipping\Model\ShipmentInterface as BaseShipmentInterface; |
|
| 17 | +use Sylius\Component\Shipping\Model\ShipmentInterface as BaseShipmentInterface; |
|
| 18 | 18 | use Webmozart\Assert\Assert; |
| 19 | 19 | |
| 20 | 20 | /** |
@@ -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; |