Completed
Push — master ( c7c5a7...7fd11c )
by Kamil
15s
created
src/Sylius/Behat/Context/Setup/OrderContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
Bundle/ReviewBundle/Validator/Constraints/UniqueReviewerEmailValidator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
Bundle/PromotionBundle/DependencyInjection/SyliusPromotionExtension.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -12,12 +12,9 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Ui/Admin/ManagingOrdersContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.