Completed
Push — master ( 6d05bc...71ecc8 )
by Kamil
25:05
created
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.