Completed
Push — master ( 0916fa...5a50ca )
by Michał
17s
created
src/Sylius/Component/Core/Promotion/Checker/NthOrderRuleChecker.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -13,12 +13,9 @@
 block discarded – undo
13 13
 
14 14
 use Sylius\Component\Core\Model\OrderInterface;
15 15
 use Sylius\Component\Core\Repository\OrderRepositoryInterface;
16
-use Sylius\Component\Payment\Model\PaymentInterface;
17 16
 use Sylius\Component\Promotion\Checker\RuleCheckerInterface;
18 17
 use Sylius\Component\Promotion\Exception\UnsupportedTypeException;
19 18
 use Sylius\Component\Promotion\Model\PromotionSubjectInterface;
20
-use Sylius\Component\Storage\StorageInterface;
21
-use Symfony\Component\HttpFoundation\Session\SessionInterface;
22 19
 
23 20
 /**
24 21
  * @author Saša Stamenković <[email protected]>
Please login to merge, or discard this patch.
Sylius/Bundle/CoreBundle/Fixture/Factory/StaticContentExampleFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/DependencyInjection/SyliusCoreExtension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Symfony\Component\Config\FileLocator;
16 16
 use Symfony\Component\DependencyInjection\ContainerBuilder;
17 17
 use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
18
-use Symfony\Component\DependencyInjection\Reference;
19 18
 
20 19
 /**
21 20
  * @author Paweł Jędrzejewski <[email protected]>
Please login to merge, or discard this patch.
Bundle/CustomerBundle/DependencyInjection/SyliusCustomerExtension.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -13,11 +13,8 @@
 block discarded – undo
13 13
 
14 14
 use Sylius\Bundle\ResourceBundle\DependencyInjection\Extension\AbstractResourceExtension;
15 15
 use Symfony\Component\Config\FileLocator;
16
-use Symfony\Component\Config\Loader\LoaderInterface;
17 16
 use Symfony\Component\DependencyInjection\ContainerBuilder;
18
-use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
19 17
 use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
20
-use Symfony\Component\DependencyInjection\Reference;
21 18
 
22 19
 /**
23 20
  * @author Łukasz Chruściel <[email protected]>
Please login to merge, or discard this patch.
src/Sylius/Bundle/UserBundle/DependencyInjection/Configuration.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use Sylius\Bundle\ResourceBundle\SyliusResourceBundle;
15 15
 use Sylius\Bundle\UserBundle\Controller\UserController;
16
-use Sylius\Bundle\UserBundle\Form\Type\UserRegistrationType;
17 16
 use Sylius\Bundle\UserBundle\Form\Type\UserType;
18 17
 use Sylius\Component\Resource\Factory\Factory;
19 18
 use Sylius\Component\User\Model\User;
Please login to merge, or discard this patch.
src/Sylius/Bundle/ShippingBundle/DependencyInjection/Configuration.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Sylius\Bundle\ResourceBundle\Form\Type\ResourceChoiceType;
16 16
 use Sylius\Bundle\ResourceBundle\SyliusResourceBundle;
17 17
 use Sylius\Bundle\ShippingBundle\Controller\ShipmentController;
18
-use Sylius\Bundle\ShippingBundle\Form\Type\RuleType;
19 18
 use Sylius\Bundle\ShippingBundle\Form\Type\ShipmentType;
20 19
 use Sylius\Bundle\ShippingBundle\Form\Type\ShippingCategoryType;
21 20
 use Sylius\Bundle\ShippingBundle\Form\Type\ShippingMethodChoiceType;
Please login to merge, or discard this patch.