Completed
Push — decoration-fix ( 209895...ecfa74 )
by Kamil
22:13
created
src/Sylius/Behat/Page/Admin/Product/UpdateSimpleProductPageInterface.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\Admin\Product;
13 13
 
14
-use Behat\Mink\Exception\ElementNotFoundException;
15 14
 use Sylius\Behat\Page\Admin\Crud\UpdatePageInterface as BaseUpdatePageInterface;
16 15
 use Sylius\Component\Core\Model\ChannelInterface;
17 16
 use Sylius\Component\Core\Model\TaxonInterface;
Please login to merge, or discard this patch.
src/Sylius/Component/Core/Model/ImageInterface.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\Component\Core\Model;
13 13
 
14
-use Sylius\Component\Resource\Model\CodeAwareInterface;
15 14
 use Sylius\Component\Resource\Model\ResourceInterface;
16 15
 
17 16
 /**
Please login to merge, or discard this patch.
tests/Controller/ProductApiTest.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -280,7 +280,7 @@
 block discarded – undo
280 280
     /**
281 281
      * @test
282 282
      */
283
-    public function it_allows_creating_product_with_main_taxon() 
283
+    public function it_allows_creating_product_with_main_taxon()
284 284
     {
285 285
         $this->loadFixturesFromFile('authentication/api_administrator.yml');
286 286
         $this->loadFixturesFromFile('resources/taxons.yml');
Please login to merge, or discard this patch.