Completed
Push — product/missing-methods ( 0cfbf7 )
by Kamil
25:41
created
src/Sylius/Component/Shipping/Model/ShippingMethod.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 spec\Sylius\Component\Core\Model;
13 13
 
14
-use Doctrine\Common\Collections\ArrayCollection;
15 14
 use Doctrine\Common\Collections\Collection;
16 15
 use PhpSpec\ObjectBehavior;
17 16
 use Sylius\Component\Channel\Model\ChannelInterface;
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Ui/Shop/ProductContext.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,10 +12,9 @@
 block discarded – undo
12 12
 namespace Sylius\Behat\Context\Ui\Shop;
13 13
 
14 14
 use Behat\Behat\Context\Context;
15
-use Sylius\Behat\Page\Shop\Product\ShowPageInterface;
16 15
 use Sylius\Behat\Page\Shop\ProductReview\IndexPageInterface;
16
+use Sylius\Behat\Page\Shop\Product\ShowPageInterface;
17 17
 use Sylius\Behat\Page\Shop\Taxon\ShowPageInterface as TaxonShowPageInterface;
18
-use Sylius\Behat\Page\SymfonyPageInterface;
19 18
 use Sylius\Component\Core\Model\ProductInterface;
20 19
 use Sylius\Component\Core\Model\TaxonInterface;
21 20
 use Webmozart\Assert\Assert;
Please login to merge, or discard this patch.