@@ -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 | /** |