Completed
Push — master ( 91c399...5503b7 )
by Kamil
13s
created
src/Sylius/Bundle/CoreBundle/Form/Extension/PromotionRuleTypeExtension.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\CoreBundle\Form\Extension;
13 13
 
14 14
 use Sylius\Bundle\CoreBundle\Form\EventSubscriber\BuildChannelBasedPromotionRuleFormSubscriber;
15
-use Sylius\Bundle\PromotionBundle\Form\Type\Core\AbstractConfigurationType;
16 15
 use Sylius\Bundle\PromotionBundle\Form\Type\PromotionRuleChoiceType;
17 16
 use Sylius\Bundle\PromotionBundle\Form\Type\PromotionRuleType;
18 17
 use Sylius\Component\Channel\Repository\ChannelRepositoryInterface;
Please login to merge, or discard this patch.
src/Sylius/Bundle/ResourceBundle/EventListener/ORMTranslatableListener.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 use Sylius\Component\Resource\Metadata\RegistryInterface;
22 22
 use Sylius\Component\Resource\Model\TranslatableInterface;
23 23
 use Sylius\Component\Resource\Model\TranslationInterface;
24
-use Sylius\Component\Resource\Translation\Provider\TranslationLocaleProviderInterface;
25 24
 use Symfony\Component\DependencyInjection\ContainerInterface;
26 25
 
27 26
 /**
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/Checkout/CheckoutResolver.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 SM\Factory\FactoryInterface;
15 15
 use Sylius\Component\Core\Model\OrderInterface;
16
-use Sylius\Component\Core\OrderCheckoutTransitions;
17 16
 use Sylius\Component\Order\Context\CartContextInterface;
18 17
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
19 18
 use Symfony\Component\HttpFoundation\RedirectResponse;
Please login to merge, or discard this patch.
src/Sylius/Bundle/OrderBundle/Controller/OrderItemController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 use Sylius\Component\Order\Model\OrderItemInterface;
23 23
 use Sylius\Component\Order\Modifier\OrderItemQuantityModifierInterface;
24 24
 use Sylius\Component\Order\Modifier\OrderModifierInterface;
25
-use Symfony\Component\EventDispatcher\EventDispatcherInterface;
26 25
 use Symfony\Component\Form\FormFactoryInterface;
27 26
 use Symfony\Component\HttpFoundation\RedirectResponse;
28 27
 use Symfony\Component\HttpFoundation\Request;
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/Fixture/RandomReviewsFixture.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\CoreBundle\Fixture;
13 13
 
14 14
 use Sylius\Bundle\FixturesBundle\Fixture\AbstractFixture;
15
-use Sylius\Component\Core\Repository\ProductRepositoryInterface;
16 15
 use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;
17 16
 use Symfony\Component\OptionsResolver\OptionsResolver;
18 17
 
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Shop/Account/AddressBook/UpdatePage.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Sylius\Behat\Page\Shop\Account\AddressBook;
13 13
 
14
-use Behat\Mink\Element\NodeElement;
15 14
 use Sylius\Behat\Page\SymfonyPage;
16 15
 
17 16
 /**
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Setup/ShippingContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 use Sylius\Component\Core\Repository\ShippingMethodRepositoryInterface;
22 22
 use Sylius\Component\Resource\Factory\FactoryInterface;
23 23
 use Sylius\Component\Resource\Repository\RepositoryInterface;
24
-use Sylius\Component\Shipping\Calculator\CalculatorInterface;
25 24
 use Sylius\Component\Shipping\Calculator\DefaultCalculators;
26 25
 use Sylius\Component\Shipping\Model\ShippingCategoryInterface;
27 26
 use Sylius\Component\Shipping\Model\ShippingMethodTranslationInterface;
Please login to merge, or discard this patch.
src/Sylius/Component/Product/Model/ProductVariant.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Sylius\Component\Resource\Model\TimestampableTrait;
19 19
 use Sylius\Component\Resource\Model\ToggleableTrait;
20 20
 use Sylius\Component\Resource\Model\TranslatableTrait;
21
-use Sylius\Component\Resource\Model\TranslationInterface;
22 21
 use Sylius\Component\Variation\Model\OptionInterface as BaseOptionInterface;
23 22
 use Sylius\Component\Variation\Model\VariantInterface as BaseVariantInterface;
24 23
 
Please login to merge, or discard this patch.