Completed
Push — master ( f98a23...5ff861 )
by Kamil
15s
created
src/Sylius/Component/Product/Model/Product.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\Behat\Page\Admin\Customer;
13 13
 
14 14
 use Sylius\Behat\Page\SymfonyPage;
15
-use Webmozart\Assert\Assert;
16 15
 
17 16
 /**
18 17
  * @author Magdalena Banasiak <[email protected]>
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/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.