Completed
Push — master ( 49a77f...b31cd6 )
by Kamil
14s
created
ResourceBundle/Doctrine/ODM/PHPCR/EventListener/DefaultParentListener.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Sylius\Bundle\ResourceBundle\Doctrine\ODM\PHPCR\EventListener;
4 4
 
5
-use Symfony\Component\EventDispatcher\EventSubscriberInterface;
6
-use Symfony\Component\Form\FormEvents;
7
-use Symfony\Component\Form\FormEvent;
8 5
 use Doctrine\ODM\PHPCR\DocumentManagerInterface;
9 6
 use PHPCR\Util\NodeHelper;
10 7
 use Sylius\Component\Resource\Metadata\Registry;
Please login to merge, or discard this patch.
Sylius/Bundle/ProductBundle/DependencyInjection/SyliusProductExtension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
 use Sylius\Component\Product\Model\OptionValueTranslationInterface;
31 31
 use Sylius\Component\Product\Model\Variant;
32 32
 use Sylius\Component\Product\Model\VariantInterface;
33
-use Sylius\Component\Resource\Factory;
34 33
 use Symfony\Component\Config\FileLocator;
35 34
 use Symfony\Component\DependencyInjection\ContainerBuilder;
36 35
 use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
Please login to merge, or discard this patch.
src/Sylius/Component/Product/Model/Product.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -18,10 +18,8 @@
 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
-use Webmozart\Assert\Assert;
25 23
 
26 24
 /**
27 25
  * @author Paweł Jędrzejewski <[email protected]>
Please login to merge, or discard this patch.
src/Sylius/Bundle/FixturesBundle/DataFixtures/ORM/LoadCurrencyData.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 Doctrine\Common\Persistence\ObjectManager;
15 15
 use Sylius\Bundle\FixturesBundle\DataFixtures\DataFixture;
16
-use Sylius\Component\Currency\Model\CurrencyInterface;
17 16
 
18 17
 /**
19 18
  * Default currency fixtures.
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Setup/OrderContext.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 Doctrine\Common\Persistence\ObjectManager;
15 15
 use Sylius\Bundle\FixturesBundle\DataFixtures\DataFixture;
16
-use Sylius\Component\Currency\Model\CurrencyInterface;
17 16
 
18 17
 /**
19 18
  * Default currency fixtures.
Please login to merge, or discard this patch.
src/Sylius/Component/Core/Model/Product.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 Doctrine\Common\Collections\ArrayCollection;
15 15
 use Doctrine\Common\Collections\Collection;
16
-use Sylius\Component\Addressing\Model\ZoneInterface;
17 16
 use Sylius\Component\Channel\Model\ChannelInterface as BaseChannelInterface;
18 17
 use Sylius\Component\Product\Model\Product as BaseProduct;
19 18
 use Sylius\Component\Review\Model\ReviewInterface;
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Ui/CheckoutContext.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\Behat\Page\Shop\Checkout\SecurityStepInterface;
21 21
 use Sylius\Behat\Page\Shop\Checkout\ShippingStepInterface;
22 22
 use Sylius\Behat\Page\Shop\Checkout\ThankYouPageInterface;
23
-use Sylius\Behat\Service\NotificationCheckerInterface;
24 23
 use Sylius\Component\Core\Model\AddressInterface;
25 24
 use Sylius\Component\Core\Model\OrderInterface;
26 25
 use Sylius\Component\Core\Model\UserInterface;
Please login to merge, or discard this patch.
src/Sylius/Bundle/ShippingBundle/Form/Type/ShippingMethodChoiceType.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,13 +11,11 @@
 block discarded – undo
11 11
 
12 12
 namespace Sylius\Bundle\ShippingBundle\Form\Type;
13 13
 
14
-use Sylius\Component\Registry\PrioritizedServiceRegistryInterface;
15 14
 use Sylius\Component\Registry\ServiceRegistryInterface;
16 15
 use Sylius\Component\Resource\Repository\RepositoryInterface;
17 16
 use Sylius\Component\Shipping\Model\ShippingMethodInterface;
18 17
 use Sylius\Component\Shipping\Model\ShippingSubjectInterface;
19 18
 use Sylius\Component\Shipping\Resolver\CompositeMethodsResolverInterface;
20
-use Sylius\Component\Shipping\Resolver\MethodsResolverInterface;
21 19
 use Symfony\Bridge\Doctrine\Form\DataTransformer\CollectionToArrayTransformer;
22 20
 use Symfony\Component\Form\AbstractType;
23 21
 use Symfony\Component\Form\Exception\UnexpectedTypeException;
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Shop/Cart/SummaryPage.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 Behat\Mink\Exception\ElementNotFoundException;
15 15
 use Sylius\Behat\Page\SymfonyPage;
16
-use Symfony\Component\Routing\RouterInterface;
17 16
 
18 17
 /**
19 18
  * @author Mateusz Zalewski <[email protected]>
Please login to merge, or discard this patch.