Completed
Push — simplify-address-comparator ( 874173...23b0a0 )
by Kamil
31:35 queued 06:36
created
src/Sylius/Component/Core/Repository/ProductRepositoryInterface.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 Doctrine\ORM\QueryBuilder;
15 15
 use Sylius\Component\Core\Model\ChannelInterface;
16 16
 use Sylius\Component\Core\Model\ProductInterface;
17
-use Sylius\Component\Core\Model\TaxonInterface;
18 17
 use Sylius\Component\Product\Repository\ProductRepositoryInterface as BaseProductRepositoryInterface;
19 18
 
20 19
 /**
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.
src/Sylius/Behat/Context/Setup/ProductReviewContext.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.
src/Sylius/Behat/Context/Ui/Admin/ManagingProductsContext.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,16 +15,16 @@
 block discarded – undo
15 15
 use Sylius\Behat\NotificationType;
16 16
 use Sylius\Behat\Page\Admin\Crud\CreatePageInterface;
17 17
 use Sylius\Behat\Page\Admin\Crud\UpdatePageInterface;
18
+use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface;
18 19
 use Sylius\Behat\Page\Admin\Product\CreateConfigurableProductPageInterface;
19 20
 use Sylius\Behat\Page\Admin\Product\CreateSimpleProductPageInterface;
20 21
 use Sylius\Behat\Page\Admin\Product\IndexPageInterface;
21 22
 use Sylius\Behat\Page\Admin\Product\UpdateConfigurableProductPageInterface;
22 23
 use Sylius\Behat\Page\Admin\Product\UpdateSimpleProductPageInterface;
23
-use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface;
24 24
 use Sylius\Behat\Service\NotificationCheckerInterface;
25 25
 use Sylius\Behat\Service\Resolver\CurrentProductPageResolverInterface;
26
-use Sylius\Component\Core\Model\ProductInterface;
27 26
 use Sylius\Behat\Service\SharedStorageInterface;
27
+use Sylius\Component\Core\Model\ProductInterface;
28 28
 use Sylius\Component\Taxonomy\Model\TaxonInterface;
29 29
 use Webmozart\Assert\Assert;
30 30
 
Please login to merge, or discard this patch.
Bundle/ReviewBundle/Validator/Constraints/UniqueReviewerEmailValidator.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\Bundle\ReviewBundle\Validator\Constraints;
13 13
 
14 14
 use Sylius\Bundle\UserBundle\Doctrine\ORM\UserRepository;
15
-use Sylius\Component\Core\Model\AdminUserInterface;
16 15
 use Sylius\Component\Review\Model\ReviewerInterface;
17 16
 use Sylius\Component\User\Model\UserInterface;
18 17
 use Sylius\Component\User\Repository\UserRepositoryInterface;
Please login to merge, or discard this patch.