Completed
Push — product/missing-methods ( 0cfbf7 )
by Kamil
25:41
created
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/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.
src/Sylius/Behat/Page/Shop/Account/VerificationPageInterface.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\Behat\Page\Shop\Account;
13 13
 
14 14
 use Sylius\Behat\Page\SymfonyPageInterface;
15
-use Sylius\Component\User\Model\UserInterface;
16 15
 
17 16
 /**
18 17
  * @author Jan Góralski <[email protected]>
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Shop/Checkout/AddressPage.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -14,12 +14,8 @@
 block discarded – undo
14 14
 use Behat\Mink\Driver\Selenium2Driver;
15 15
 use Behat\Mink\Element\NodeElement;
16 16
 use Behat\Mink\Exception\ElementNotFoundException;
17
-use Behat\Mink\Session;
18 17
 use Sylius\Behat\Page\SymfonyPage;
19 18
 use Sylius\Component\Core\Model\AddressInterface;
20
-use Sylius\Component\Locale\Context\LocaleContextInterface;
21
-use Symfony\Component\Intl\Intl;
22
-use Symfony\Component\Routing\RouterInterface;
23 19
 use Webmozart\Assert\Assert;
24 20
 
25 21
 /**
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Shop/Product/ShowPageInterface.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,8 +13,8 @@
 block discarded – undo
13 13
 
14 14
 use Behat\Mink\Exception\ElementNotFoundException;
15 15
 use Sylius\Behat\Page\PageInterface;
16
-use Sylius\Component\Product\Model\ProductOptionInterface;
17 16
 use Sylius\Component\Product\Model\ProductInterface;
17
+use Sylius\Component\Product\Model\ProductOptionInterface;
18 18
 
19 19
 /**
20 20
  * @author Łukasz Chruściel <[email protected]>
Please login to merge, or discard this patch.
src/Sylius/Behat/Service/SharedSecurityServiceInterface.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\Behat\Service;
13 13
 
14 14
 use Sylius\Component\Core\Model\AdminUserInterface;
15
-use Sylius\Component\Core\Model\ShopUserInterface;
16 15
 
17 16
 /**
18 17
  * @author Arkadiusz Krakowiak <[email protected]>
Please login to merge, or discard this patch.
src/Sylius/Bundle/ContentBundle/DependencyInjection/Configuration.php 1 patch
Unused Use Statements   -14 removed lines patch added patch discarded remove patch
@@ -12,25 +12,11 @@
 block discarded – undo
12 12
 namespace Sylius\Bundle\ContentBundle\DependencyInjection;
13 13
 
14 14
 use Sylius\Bundle\ContentBundle\Doctrine\ODM\PHPCR\StaticContentRepository;
15
-use Sylius\Bundle\ContentBundle\Document\ActionBlock;
16
-use Sylius\Bundle\ContentBundle\Document\ImagineBlock;
17
-use Sylius\Bundle\ContentBundle\Document\RedirectRoute;
18
-use Sylius\Bundle\ContentBundle\Document\ReferenceBlock;
19 15
 use Sylius\Bundle\ContentBundle\Document\Route;
20
-use Sylius\Bundle\ContentBundle\Document\SimpleBlock;
21
-use Sylius\Bundle\ContentBundle\Document\SlideshowBlock;
22 16
 use Sylius\Bundle\ContentBundle\Document\StaticContent;
23
-use Sylius\Bundle\ContentBundle\Document\StringBlock;
24
-use Sylius\Bundle\ContentBundle\Form\Type\ActionBlockType;
25
-use Sylius\Bundle\ContentBundle\Form\Type\ImagineBlockType;
26
-use Sylius\Bundle\ContentBundle\Form\Type\RedirectRouteType;
27
-use Sylius\Bundle\ContentBundle\Form\Type\ReferenceBlockType;
28 17
 use Sylius\Bundle\ContentBundle\Form\Type\RouteType;
29
-use Sylius\Bundle\ContentBundle\Form\Type\SimpleBlockType;
30
-use Sylius\Bundle\ContentBundle\Form\Type\SlideshowBlockType;
31 18
 use Sylius\Bundle\ContentBundle\Form\Type\StaticContentChoiceType;
32 19
 use Sylius\Bundle\ContentBundle\Form\Type\StaticContentType;
33
-use Sylius\Bundle\ContentBundle\Form\Type\StringBlockType;
34 20
 use Sylius\Bundle\ResourceBundle\Controller\ResourceController;
35 21
 use Sylius\Bundle\ResourceBundle\SyliusResourceBundle;
36 22
 use Sylius\Component\Resource\Factory\Factory;
Please login to merge, or discard this patch.