@@ -29,7 +29,6 @@ |
||
| 29 | 29 | use Sylius\Component\Core\Repository\OrderRepositoryInterface; |
| 30 | 30 | use Sylius\Behat\Service\SharedStorageInterface; |
| 31 | 31 | use Sylius\Component\Order\OrderTransitions; |
| 32 | -use Sylius\Component\Payment\Model\PaymentInterface; |
|
| 33 | 32 | use Sylius\Component\Payment\Model\PaymentMethodInterface; |
| 34 | 33 | use Sylius\Component\Payment\PaymentTransitions; |
| 35 | 34 | use Sylius\Component\Resource\Factory\FactoryInterface; |
@@ -12,7 +12,6 @@ |
||
| 12 | 12 | namespace Sylius\Bundle\ReviewBundle\Validator\Constraints; |
| 13 | 13 | |
| 14 | 14 | use Sylius\Bundle\UserBundle\Doctrine\ORM\UserRepository; |
| 15 | -use Sylius\Component\Core\Model\AdminUserInterface; |
|
| 16 | 15 | use Sylius\Component\Review\Model\ReviewerInterface; |
| 17 | 16 | use Sylius\Component\User\Model\UserInterface; |
| 18 | 17 | use Sylius\Component\User\Repository\UserRepositoryInterface; |
@@ -12,12 +12,9 @@ |
||
| 12 | 12 | namespace Sylius\Bundle\PromotionBundle\DependencyInjection; |
| 13 | 13 | |
| 14 | 14 | use Sylius\Bundle\ResourceBundle\DependencyInjection\Extension\AbstractResourceExtension; |
| 15 | -use Sylius\Component\Resource\Factory\Factory; |
|
| 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\Loader\XmlFileLoader; |
| 20 | -use Symfony\Component\DependencyInjection\Parameter; |
|
| 21 | 18 | use Symfony\Component\DependencyInjection\Reference; |
| 22 | 19 | |
| 23 | 20 | /** |
@@ -16,7 +16,6 @@ |
||
| 16 | 16 | use Sylius\Component\Order\Model\OrderInterface; |
| 17 | 17 | use Sylius\Component\Order\StateResolver\StateResolverInterface; |
| 18 | 18 | use Sylius\Component\Core\Model\PaymentInterface; |
| 19 | -use Sylius\Component\Core\OrderPaymentStates; |
|
| 20 | 19 | use Sylius\Component\Core\OrderPaymentTransitions; |
| 21 | 20 | |
| 22 | 21 | /** |
@@ -11,7 +11,6 @@ |
||
| 11 | 11 | |
| 12 | 12 | namespace Sylius\Bundle\WebBundle\Behat; |
| 13 | 13 | |
| 14 | -use Behat\Behat\Tester\Exception\PendingException; |
|
| 15 | 14 | use Behat\Behat\Context\SnippetAcceptingContext; |
| 16 | 15 | use Behat\Gherkin\Node\TableNode; |
| 17 | 16 | use Behat\Mink\Element\DocumentElement; |
@@ -13,7 +13,6 @@ |
||
| 13 | 13 | |
| 14 | 14 | use Behat\Mink\Driver\Selenium2Driver; |
| 15 | 15 | use Behat\Mink\Element\NodeElement; |
| 16 | -use Behat\Mink\Exception\ElementNotFoundException; |
|
| 17 | 16 | use Sylius\Behat\Behaviour\SpecifiesItsCode; |
| 18 | 17 | use Sylius\Behat\Page\Admin\Crud\CreatePage as BaseCreatePage; |
| 19 | 18 | use Sylius\Component\Core\Model\ChannelInterface; |
@@ -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; |