@@ -16,7 +16,6 @@ |
||
| 16 | 16 | use Sylius\Bundle\SettingsBundle\Manager\SettingsManagerInterface; |
| 17 | 17 | use Symfony\Component\HttpFoundation\Request; |
| 18 | 18 | use Symfony\Component\HttpFoundation\Response; |
| 19 | -use Symfony\Component\OptionsResolver\Exception\MissingOptionsException; |
|
| 20 | 19 | use Symfony\Component\Security\Core\Exception\AccessDeniedException; |
| 21 | 20 | use Symfony\Component\Translation\TranslatorInterface; |
| 22 | 21 | use Symfony\Component\Validator\Exception\ValidatorException; |
@@ -18,7 +18,6 @@ |
||
| 18 | 18 | use Sylius\Component\Core\Model\UserInterface; |
| 19 | 19 | use Sylius\Component\User\Repository\UserRepositoryInterface; |
| 20 | 20 | use Symfony\Component\HttpFoundation\Session\SessionInterface; |
| 21 | -use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken; |
|
| 22 | 21 | |
| 23 | 22 | /** |
| 24 | 23 | * @author Arkadiusz Krakowiak <[email protected]> |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace spec\Sylius\Behat\Page; |
| 4 | 4 | |
| 5 | 5 | use PhpSpec\ObjectBehavior; |
| 6 | -use Prophecy\Argument; |
|
| 7 | 6 | use SensioLabs\Behat\PageObjectExtension\PageObject\PageObject; |
| 8 | 7 | use Sylius\Behat\Page\Page; |
| 9 | 8 | |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace spec\Sylius\Behat\Page; |
| 4 | 4 | |
| 5 | 5 | use PhpSpec\ObjectBehavior; |
| 6 | -use Prophecy\Argument; |
|
| 7 | 6 | use SensioLabs\Behat\PageObjectExtension\PageObject\PageObject; |
| 8 | 7 | use Sylius\Behat\Page\Page; |
| 9 | 8 | |
@@ -16,8 +16,6 @@ |
||
| 16 | 16 | use Sylius\Component\Core\Model\CustomerInterface; |
| 17 | 17 | use Sylius\Component\Core\Model\OrderInterface; |
| 18 | 18 | use Sylius\Component\Core\Model\UserInterface; |
| 19 | -use Sylius\Component\Core\OrderCheckoutStates; |
|
| 20 | -use Sylius\Component\Core\OrderCheckoutTransitions; |
|
| 21 | 19 | use Sylius\Component\Core\SyliusCheckoutEvents; |
| 22 | 20 | use Sylius\Component\Resource\Event\ResourceEvent; |
| 23 | 21 | use Symfony\Component\Form\FormInterface; |
@@ -13,7 +13,6 @@ |
||
| 13 | 13 | |
| 14 | 14 | use Sylius\Bundle\CoreBundle\Sitemap\Factory\SitemapUrlFactoryInterface; |
| 15 | 15 | use Sylius\Bundle\CoreBundle\Sitemap\Model\ChangeFrequency; |
| 16 | -use Sylius\Bundle\CoreBundle\Sitemap\Model\SitemapUrlInterface; |
|
| 17 | 16 | use Sylius\Component\Resource\Repository\RepositoryInterface; |
| 18 | 17 | use Symfony\Component\Routing\RouterInterface; |
| 19 | 18 | |
@@ -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]> |
@@ -20,7 +20,6 @@ |
||
| 20 | 20 | use Sylius\Component\Promotion\Model\PromotionInterface; |
| 21 | 21 | use Sylius\Component\Promotion\Model\PromotionSubjectInterface; |
| 22 | 22 | use Sylius\Component\Resource\Factory\FactoryInterface; |
| 23 | -use Sylius\Component\Resource\Repository\RepositoryInterface; |
|
| 24 | 23 | use Sylius\Component\Resource\Exception\UnexpectedTypeException; |
| 25 | 24 | |
| 26 | 25 | /** |
@@ -11,10 +11,8 @@ |
||
| 11 | 11 | |
| 12 | 12 | namespace Sylius\Bundle\GridBundle\Doctrine\PHPCR; |
| 13 | 13 | |
| 14 | -use Pagerfanta\Adapter\DoctrineORMAdapter; |
|
| 15 | 14 | use Pagerfanta\Pagerfanta; |
| 16 | 15 | use Sylius\Component\Grid\Data\DataSourceInterface; |
| 17 | -use Sylius\Component\Grid\Data\ExpressionBuilderInterface; |
|
| 18 | 16 | use Sylius\Component\Grid\Parameters; |
| 19 | 17 | use Doctrine\ODM\PHPCR\Query\Builder\QueryBuilder; |
| 20 | 18 | use Pagerfanta\Adapter\DoctrineODMPhpcrAdapter; |