@@ -14,8 +14,8 @@ |
||
14 | 14 | namespace Sylius\Component\Taxation\Resolver; |
15 | 15 | |
16 | 16 | use Sylius\Component\Resource\Repository\RepositoryInterface; |
17 | -use Sylius\Component\Taxation\Model\TaxableInterface; |
|
18 | 17 | use Sylius\Component\Taxation\Model\TaxRateInterface; |
18 | +use Sylius\Component\Taxation\Model\TaxableInterface; |
|
19 | 19 | |
20 | 20 | class TaxRateResolver implements TaxRateResolverInterface |
21 | 21 | { |
@@ -18,16 +18,16 @@ |
||
18 | 18 | use Sylius\Behat\NotificationType; |
19 | 19 | use Sylius\Behat\Page\Admin\Crud\CreatePageInterface; |
20 | 20 | use Sylius\Behat\Page\Admin\Crud\UpdatePageInterface; |
21 | +use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface; |
|
22 | +use Sylius\Behat\Page\Admin\ProductVariant\CreatePageInterface as VariantCreatePageInterface; |
|
23 | +use Sylius\Behat\Page\Admin\ProductVariant\GeneratePageInterface; |
|
24 | +use Sylius\Behat\Page\Admin\ProductVariant\UpdatePageInterface as VariantUpdatePageInterface; |
|
21 | 25 | use Sylius\Behat\Page\Admin\Product\CreateConfigurableProductPageInterface; |
22 | 26 | use Sylius\Behat\Page\Admin\Product\CreateSimpleProductPageInterface; |
23 | 27 | use Sylius\Behat\Page\Admin\Product\IndexPageInterface; |
24 | 28 | use Sylius\Behat\Page\Admin\Product\IndexPerTaxonPageInterface; |
25 | 29 | use Sylius\Behat\Page\Admin\Product\UpdateConfigurableProductPageInterface; |
26 | 30 | use Sylius\Behat\Page\Admin\Product\UpdateSimpleProductPageInterface; |
27 | -use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface; |
|
28 | -use Sylius\Behat\Page\Admin\ProductVariant\CreatePageInterface as VariantCreatePageInterface; |
|
29 | -use Sylius\Behat\Page\Admin\ProductVariant\GeneratePageInterface; |
|
30 | -use Sylius\Behat\Page\Admin\ProductVariant\UpdatePageInterface as VariantUpdatePageInterface; |
|
31 | 31 | use Sylius\Behat\Service\NotificationCheckerInterface; |
32 | 32 | use Sylius\Behat\Service\Resolver\CurrentPageResolverInterface; |
33 | 33 | use Sylius\Behat\Service\SharedStorageInterface; |
@@ -15,8 +15,8 @@ |
||
15 | 15 | |
16 | 16 | use Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType; |
17 | 17 | use Symfony\Component\Form\Extension\Core\Type\ChoiceType; |
18 | -use Symfony\Component\Form\Extension\Core\Type\TextareaType; |
|
19 | 18 | use Symfony\Component\Form\Extension\Core\Type\TextType; |
19 | +use Symfony\Component\Form\Extension\Core\Type\TextareaType; |
|
20 | 20 | use Symfony\Component\Form\FormBuilderInterface; |
21 | 21 | use Symfony\Component\OptionsResolver\OptionsResolver; |
22 | 22 |
@@ -20,7 +20,6 @@ |
||
20 | 20 | use Sylius\Behat\Service\Converter\AdminToShopIriConverterInterface; |
21 | 21 | use Sylius\Behat\Service\SharedStorageInterface; |
22 | 22 | use Sylius\Component\Addressing\Model\ProvinceInterface; |
23 | -use Sylius\Component\Addressing\Provider\ProvinceProviderInterface; |
|
24 | 23 | use Sylius\Component\Core\Model\AddressInterface; |
25 | 24 | use Webmozart\Assert\Assert; |
26 | 25 |
@@ -27,7 +27,6 @@ |
||
27 | 27 | use Sylius\Component\Core\Model\ProductInterface; |
28 | 28 | use Sylius\Component\Core\Model\PromotionInterface; |
29 | 29 | use Sylius\Component\Core\OrderCheckoutStates; |
30 | -use Sylius\Component\Payment\Model\PaymentInterface; |
|
31 | 30 | use Symfony\Component\HttpFoundation\Request as HttpRequest; |
32 | 31 | use Symfony\Component\HttpFoundation\Response; |
33 | 32 | use Webmozart\Assert\Assert; |
@@ -15,9 +15,6 @@ |
||
15 | 15 | |
16 | 16 | use Behat\Behat\Context\Context; |
17 | 17 | use Sylius\Behat\Service\SharedStorageInterface; |
18 | -use Sylius\Bundle\ApiBundle\Command\Cart\PickupCart; |
|
19 | -use Sylius\Component\Resource\Generator\RandomnessGeneratorInterface; |
|
20 | -use Symfony\Component\Messenger\MessageBusInterface; |
|
21 | 18 | |
22 | 19 | final class CartTokenContext implements Context |
23 | 20 | { |
@@ -17,7 +17,6 @@ |
||
17 | 17 | use Sylius\Component\Core\Model\OrderInterface; |
18 | 18 | use Sylius\Component\Core\Model\OrderItemInterface; |
19 | 19 | use Sylius\Component\Order\Modifier\OrderModifierInterface; |
20 | -use Sylius\Component\Order\Processor\OrderProcessorInterface; |
|
21 | 20 | use Sylius\Component\Order\Repository\OrderItemRepositoryInterface; |
22 | 21 | use Symfony\Component\Messenger\Handler\MessageHandlerInterface; |
23 | 22 | use Webmozart\Assert\Assert; |
@@ -21,7 +21,6 @@ |
||
21 | 21 | use Sylius\Component\Core\Model\AdminUserInterface; |
22 | 22 | use Sylius\Component\Core\Model\ChannelInterface; |
23 | 23 | use Sylius\Component\Resource\Repository\RepositoryInterface; |
24 | -use Webmozart\Assert\Assert; |
|
25 | 24 | |
26 | 25 | /** @experimental */ |
27 | 26 | final class CountryCollectionDataProvider implements CollectionDataProviderInterface, RestrictedDataProviderInterface |
@@ -18,7 +18,6 @@ |
||
18 | 18 | use SM\Factory\FactoryInterface; |
19 | 19 | use SM\StateMachine\StateMachineInterface; |
20 | 20 | use Sylius\Bundle\ApiBundle\Command\Checkout\ChoosePaymentMethod; |
21 | -use Sylius\Component\Core\Model\Order; |
|
22 | 21 | use Sylius\Component\Core\Model\OrderInterface; |
23 | 22 | use Sylius\Component\Core\Model\PaymentInterface; |
24 | 23 | use Sylius\Component\Core\Model\PaymentMethodInterface; |