Completed
Push — dx/array-to-definition-convert... ( c94ee6 )
by Kamil
33:50
created
src/Sylius/Behat/Context/Setup/TaxationContext.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,11 +13,11 @@
 block discarded – undo
13 13
 
14 14
 use Behat\Behat\Context\Context;
15 15
 use Doctrine\Common\Persistence\ObjectManager;
16
+use Sylius\Behat\Service\SharedStorageInterface;
16 17
 use Sylius\Component\Addressing\Model\ZoneInterface;
17 18
 use Sylius\Component\Addressing\Repository\ZoneRepositoryInterface;
18 19
 use Sylius\Component\Core\Formatter\StringInflector;
19 20
 use Sylius\Component\Core\Model\TaxRateInterface;
20
-use Sylius\Behat\Service\SharedStorageInterface;
21 21
 use Sylius\Component\Resource\Factory\FactoryInterface;
22 22
 use Sylius\Component\Resource\Repository\RepositoryInterface;
23 23
 use Sylius\Component\Taxation\Model\TaxCategoryInterface;
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Setup/UserContext.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,10 +13,10 @@
 block discarded – undo
13 13
 
14 14
 use Behat\Behat\Context\Context;
15 15
 use Doctrine\Common\Persistence\ObjectManager;
16
+use Sylius\Behat\Service\SharedStorageInterface;
16 17
 use Sylius\Bundle\CoreBundle\Fixture\Factory\ExampleFactoryInterface;
17 18
 use Sylius\Component\Addressing\Converter\CountryNameConverterInterface;
18 19
 use Sylius\Component\Addressing\Model\AddressInterface;
19
-use Sylius\Behat\Service\SharedStorageInterface;
20 20
 use Sylius\Component\Resource\Factory\FactoryInterface;
21 21
 use Sylius\Component\User\Model\UserInterface;
22 22
 use Sylius\Component\User\Repository\UserRepositoryInterface;
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Transform/OrderContext.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,9 +12,8 @@
 block discarded – undo
12 12
 namespace Sylius\Behat\Context\Transform;
13 13
 
14 14
 use Behat\Behat\Context\Context;
15
-use Sylius\Component\Core\Model\OrderInterface;
16
-use Sylius\Component\Core\Repository\OrderRepositoryInterface;
17 15
 use Sylius\Component\Core\Repository\CustomerRepositoryInterface;
16
+use Sylius\Component\Core\Repository\OrderRepositoryInterface;
18 17
 use Webmozart\Assert\Assert;
19 18
 
20 19
 /**
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Transform/ProductVariantContext.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 Behat\Behat\Context\Context;
15 15
 use Sylius\Component\Core\Repository\ProductRepositoryInterface;
16
-use Sylius\Component\Core\Repository\ProductVariantRepositoryInterface;
17 16
 use Sylius\Component\Resource\Repository\RepositoryInterface;
18 17
 use Webmozart\Assert\Assert;
19 18
 
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Ui/Admin/ManagingProductsContext.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,8 +22,8 @@
 block discarded – undo
22 22
 use Sylius\Behat\Page\Admin\Product\UpdateSimpleProductPageInterface;
23 23
 use Sylius\Behat\Service\NotificationCheckerInterface;
24 24
 use Sylius\Behat\Service\Resolver\CurrentProductPageResolverInterface;
25
-use Sylius\Component\Core\Model\ProductInterface;
26 25
 use Sylius\Behat\Service\SharedStorageInterface;
26
+use Sylius\Component\Core\Model\ProductInterface;
27 27
 use Sylius\Component\Taxonomy\Model\TaxonInterface;
28 28
 use Webmozart\Assert\Assert;
29 29
 
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Ui/Admin/ManagingProductVariantsContext.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,9 +18,9 @@
 block discarded – undo
18 18
 use Sylius\Behat\Page\Admin\ProductVariant\UpdatePageInterface;
19 19
 use Sylius\Behat\Service\NotificationCheckerInterface;
20 20
 use Sylius\Behat\Service\Resolver\CurrentPageResolverInterface;
21
+use Sylius\Behat\Service\SharedStorageInterface;
21 22
 use Sylius\Component\Core\Model\ProductInterface;
22 23
 use Sylius\Component\Core\Model\ProductVariantInterface;
23
-use Sylius\Behat\Service\SharedStorageInterface;
24 24
 use Webmozart\Assert\Assert;
25 25
 
26 26
 /**
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Ui/Shop/CartContext.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,8 +18,8 @@
 block discarded – undo
18 18
 use Sylius\Behat\Page\Shop\Product\ShowPageInterface;
19 19
 use Sylius\Behat\Service\NotificationCheckerInterface;
20 20
 use Sylius\Behat\Service\SharedStorageInterface;
21
-use Sylius\Component\Product\Model\ProductOptionInterface;
22 21
 use Sylius\Component\Product\Model\ProductInterface;
22
+use Sylius\Component\Product\Model\ProductOptionInterface;
23 23
 use Webmozart\Assert\Assert;
24 24
 
25 25
 /**
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Ui/Shop/ProductContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Behat\Behat\Context\Context;
15 15
 use Sylius\Behat\Page\Shop\Product\ShowPageInterface;
16 16
 use Sylius\Behat\Page\Shop\Taxon\ShowPageInterface as TaxonShowPageInterface;
17
-use Sylius\Behat\Page\SymfonyPageInterface;
18 17
 use Sylius\Component\Core\Model\ProductInterface;
19 18
 use Sylius\Component\Core\Model\TaxonInterface;
20 19
 use Webmozart\Assert\Assert;
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Ui/ThemeContext.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,9 +15,9 @@
 block discarded – undo
15 15
 use Sylius\Behat\Page\Admin\Channel\IndexPageInterface;
16 16
 use Sylius\Behat\Page\Admin\Channel\UpdatePageInterface;
17 17
 use Sylius\Behat\Page\Shop\HomePageInterface;
18
+use Sylius\Behat\Service\SharedStorageInterface;
18 19
 use Sylius\Bundle\ThemeBundle\Model\ThemeInterface;
19 20
 use Sylius\Component\Core\Model\ChannelInterface;
20
-use Sylius\Behat\Service\SharedStorageInterface;
21 21
 use Webmozart\Assert\Assert;
22 22
 
23 23
 /**
Please login to merge, or discard this patch.