@@ -19,10 +19,10 @@ |
||
19 | 19 | use Sylius\Component\Core\Model\OrderInterface; |
20 | 20 | use Sylius\Component\Core\Model\ShipmentInterface; |
21 | 21 | use Sylius\Component\Core\Model\ShippingMethodInterface; |
22 | +use Sylius\Component\Core\Repository\ShippingMethodRepositoryInterface; |
|
22 | 23 | use Sylius\Component\Core\Resolver\ZoneAndChannelBasedShippingMethodsResolver; |
23 | 24 | use Sylius\Component\Shipping\Checker\ShippingMethodEligibilityCheckerInterface; |
24 | 25 | use Sylius\Component\Shipping\Model\ShippingSubjectInterface; |
25 | -use Sylius\Component\Core\Repository\ShippingMethodRepositoryInterface; |
|
26 | 26 | use Sylius\Component\Shipping\Resolver\ShippingMethodsResolverInterface; |
27 | 27 | |
28 | 28 | /** |
@@ -13,11 +13,11 @@ |
||
13 | 13 | |
14 | 14 | use SM\Factory\FactoryInterface; |
15 | 15 | use SM\StateMachine\StateMachineInterface; |
16 | -use Sylius\Component\Order\Model\OrderInterface; |
|
17 | -use Sylius\Component\Order\StateResolver\StateResolverInterface; |
|
18 | 16 | use Sylius\Component\Core\Model\ShipmentInterface; |
19 | 17 | use Sylius\Component\Core\OrderShippingStates; |
20 | 18 | use Sylius\Component\Core\OrderShippingTransitions; |
19 | +use Sylius\Component\Order\Model\OrderInterface; |
|
20 | +use Sylius\Component\Order\StateResolver\StateResolverInterface; |
|
21 | 21 | |
22 | 22 | /** |
23 | 23 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -15,9 +15,9 @@ |
||
15 | 15 | use Sylius\Behat\Page\Admin\Channel\IndexPageInterface; |
16 | 16 | use Sylius\Behat\Page\Admin\Channel\UpdatePageInterface; |
17 | 17 | use Sylius\Behat\Page\Shop\HomePageInterface; |
18 | +use Sylius\Behat\Service\SharedStorageInterface; |
|
18 | 19 | use Sylius\Bundle\ThemeBundle\Model\ThemeInterface; |
19 | 20 | use Sylius\Component\Core\Model\ChannelInterface; |
20 | -use Sylius\Behat\Service\SharedStorageInterface; |
|
21 | 21 | use Webmozart\Assert\Assert; |
22 | 22 | |
23 | 23 | /** |
@@ -18,8 +18,6 @@ |
||
18 | 18 | use Sylius\Behat\Page\SymfonyPage; |
19 | 19 | use Sylius\Component\Core\Factory\AddressFactoryInterface; |
20 | 20 | use Sylius\Component\Core\Model\AddressInterface; |
21 | -use Sylius\Component\Locale\Context\LocaleContextInterface; |
|
22 | -use Symfony\Component\Intl\Intl; |
|
23 | 21 | use Symfony\Component\Routing\RouterInterface; |
24 | 22 | use Webmozart\Assert\Assert; |
25 | 23 |
@@ -11,13 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace Sylius\Bundle\MailerBundle\DependencyInjection; |
13 | 13 | |
14 | -use Sylius\Bundle\MailerBundle\Form\Type\EmailType; |
|
15 | -use Sylius\Bundle\ResourceBundle\Controller\ResourceController; |
|
16 | -use Sylius\Bundle\ResourceBundle\Form\Type\ResourceChoiceType; |
|
17 | -use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
|
18 | -use Sylius\Component\Mailer\Model\Email; |
|
19 | -use Sylius\Component\Mailer\Model\EmailInterface; |
|
20 | -use Sylius\Component\Resource\Factory\Factory; |
|
21 | 14 | use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition; |
22 | 15 | use Symfony\Component\Config\Definition\Builder\TreeBuilder; |
23 | 16 | use Symfony\Component\Config\Definition\ConfigurationInterface; |
@@ -11,9 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace Sylius\Component\Mailer\Model; |
13 | 13 | |
14 | -use Sylius\Component\Resource\Model\TimestampableTrait; |
|
15 | -use Sylius\Component\Resource\Model\ToggleableTrait; |
|
16 | - |
|
17 | 14 | /** |
18 | 15 | * @author Paweł Jędrzejewski <[email protected]> |
19 | 16 | */ |
@@ -11,11 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace Sylius\Component\Mailer\Model; |
13 | 13 | |
14 | -use Sylius\Component\Resource\Model\CodeAwareInterface; |
|
15 | -use Sylius\Component\Resource\Model\ResourceInterface; |
|
16 | -use Sylius\Component\Resource\Model\TimestampableInterface; |
|
17 | -use Sylius\Component\Resource\Model\ToggleableInterface; |
|
18 | - |
|
19 | 14 | /** |
20 | 15 | * @author Paweł Jędrzejewski <[email protected]> |
21 | 16 | */ |
@@ -15,17 +15,17 @@ |
||
15 | 15 | use Sylius\Behat\NotificationType; |
16 | 16 | use Sylius\Behat\Page\Admin\Crud\CreatePageInterface; |
17 | 17 | use Sylius\Behat\Page\Admin\Crud\UpdatePageInterface; |
18 | +use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface; |
|
18 | 19 | use Sylius\Behat\Page\Admin\Product\CreateConfigurableProductPageInterface; |
19 | 20 | use Sylius\Behat\Page\Admin\Product\CreateSimpleProductPageInterface; |
20 | 21 | use Sylius\Behat\Page\Admin\Product\IndexPageInterface; |
21 | 22 | use Sylius\Behat\Page\Admin\Product\UpdateConfigurableProductPageInterface; |
22 | 23 | use Sylius\Behat\Page\Admin\Product\UpdateSimpleProductPageInterface; |
23 | -use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface; |
|
24 | 24 | use Sylius\Behat\Service\NotificationCheckerInterface; |
25 | 25 | use Sylius\Behat\Service\Resolver\CurrentProductPageResolverInterface; |
26 | +use Sylius\Behat\Service\SharedStorageInterface; |
|
26 | 27 | use Sylius\Component\Core\Model\ChannelInterface; |
27 | 28 | use Sylius\Component\Core\Model\ProductInterface; |
28 | -use Sylius\Behat\Service\SharedStorageInterface; |
|
29 | 29 | use Sylius\Component\Currency\Model\CurrencyInterface; |
30 | 30 | use Sylius\Component\Product\Model\ProductAssociationTypeInterface; |
31 | 31 | use Sylius\Component\Taxonomy\Model\TaxonInterface; |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace Sylius\Behat\Page\Admin\Customer; |
13 | 13 | |
14 | 14 | use Sylius\Behat\Page\SymfonyPage; |
15 | -use Webmozart\Assert\Assert; |
|
16 | 15 | |
17 | 16 | /** |
18 | 17 | * @author Magdalena Banasiak <[email protected]> |