@@ -13,8 +13,8 @@ |
||
| 13 | 13 | |
| 14 | 14 | require_once __DIR__.'/AppKernel.php'; |
| 15 | 15 | |
| 16 | -use ProxyManager\Proxy\VirtualProxyInterface; |
|
| 17 | 16 | use PSS\SymfonyMockerContainer\DependencyInjection\MockerContainer; |
| 17 | +use ProxyManager\Proxy\VirtualProxyInterface; |
|
| 18 | 18 | use Symfony\Component\DependencyInjection\ContainerInterface; |
| 19 | 19 | |
| 20 | 20 | /** |
@@ -27,8 +27,8 @@ |
||
| 27 | 27 | use Sylius\Bundle\ResourceBundle\Controller\RequestConfigurationFactoryInterface; |
| 28 | 28 | use Sylius\Bundle\ResourceBundle\Controller\ResourceDeleteHandlerInterface; |
| 29 | 29 | use Sylius\Bundle\ResourceBundle\Controller\ResourceFormFactoryInterface; |
| 30 | -use Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProviderInterface; |
|
| 31 | 30 | use Sylius\Bundle\ResourceBundle\Controller\ResourceUpdateHandlerInterface; |
| 31 | +use Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProviderInterface; |
|
| 32 | 32 | use Sylius\Bundle\ResourceBundle\Controller\SingleResourceProviderInterface; |
| 33 | 33 | use Sylius\Bundle\ResourceBundle\Controller\StateMachineInterface; |
| 34 | 34 | use Sylius\Bundle\ResourceBundle\Controller\ViewHandlerInterface; |
@@ -16,8 +16,8 @@ |
||
| 16 | 16 | use Doctrine\Common\Collections\Collection; |
| 17 | 17 | use Sylius\Component\Channel\Model\ChannelsAwareInterface; |
| 18 | 18 | use Sylius\Component\Product\Model\ProductInterface as BaseProductInterface; |
| 19 | -use Sylius\Component\Review\Model\ReviewableInterface; |
|
| 20 | 19 | use Sylius\Component\Review\Model\ReviewInterface; |
| 20 | +use Sylius\Component\Review\Model\ReviewableInterface; |
|
| 21 | 21 | |
| 22 | 22 | /** |
| 23 | 23 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -18,10 +18,10 @@ |
||
| 18 | 18 | use Sylius\Behat\Page\PageInterface; |
| 19 | 19 | use Sylius\Behat\Page\Shop\Account\ChangePasswordPageInterface; |
| 20 | 20 | use Sylius\Behat\Page\Shop\Account\DashboardPageInterface; |
| 21 | +use Sylius\Behat\Page\Shop\Account\LoginPageInterface; |
|
| 21 | 22 | use Sylius\Behat\Page\Shop\Account\Order\IndexPageInterface; |
| 22 | 23 | use Sylius\Behat\Page\Shop\Account\Order\ShowPageInterface; |
| 23 | 24 | use Sylius\Behat\Page\Shop\Account\ProfileUpdatePageInterface; |
| 24 | -use Sylius\Behat\Page\Shop\Account\LoginPageInterface; |
|
| 25 | 25 | use Sylius\Behat\Service\NotificationCheckerInterface; |
| 26 | 26 | use Sylius\Component\Core\Formatter\StringInflector; |
| 27 | 27 | use Sylius\Component\Core\Model\OrderInterface; |
@@ -19,9 +19,9 @@ |
||
| 19 | 19 | use Symfony\Component\HttpFoundation\RedirectResponse; |
| 20 | 20 | use Symfony\Component\HttpFoundation\Request; |
| 21 | 21 | use Symfony\Component\HttpFoundation\Response; |
| 22 | -use Symfony\Component\Security\Http\Authentication\AuthenticationUtils; |
|
| 23 | -use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface; |
|
| 24 | 22 | use Symfony\Component\Routing\RouterInterface; |
| 23 | +use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface; |
|
| 24 | +use Symfony\Component\Security\Http\Authentication\AuthenticationUtils; |
|
| 25 | 25 | |
| 26 | 26 | /** |
| 27 | 27 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -14,7 +14,6 @@ |
||
| 14 | 14 | namespace Sylius\Bundle\CoreBundle\Collector; |
| 15 | 15 | |
| 16 | 16 | use Sylius\Bundle\CoreBundle\Application\Kernel; |
| 17 | -use Sylius\Component\Channel\Context\ChannelNotFoundException; |
|
| 18 | 17 | use Sylius\Component\Core\Context\ShopperContextInterface; |
| 19 | 18 | use Sylius\Component\Core\Model\ChannelInterface; |
| 20 | 19 | use Sylius\Component\Currency\Context\CurrencyNotFoundException; |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | |
| 16 | 16 | use Sylius\Component\Customer\Model\CustomerInterface as BaseCustomerInterface; |
| 17 | 17 | use Sylius\Component\User\Model\User as BaseUser; |
| 18 | -use Webmozart\Assert\Assert; |
|
| 19 | 18 | |
| 20 | 19 | /** |
| 21 | 20 | * @author Paweł Jędrzejewski <[email protected]> |