Completed
Push — master ( 61c842...2ec63c )
by Paweł
293:00 queued 278:23
created
src/Sylius/Bundle/ProductBundle/DependencyInjection/Configuration.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\Bundle\ProductBundle\DependencyInjection;
13 13
 
14
-use Sylius\Bundle\CoreBundle\Form\Type\LegacyProductType;
15 14
 use Sylius\Bundle\ProductBundle\Form\Type\ProductTranslationType;
16 15
 use Sylius\Bundle\ProductBundle\Form\Type\ProductType;
17 16
 use Sylius\Bundle\ResourceBundle\Controller\ResourceController;
Please login to merge, or discard this patch.
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.