Completed
Push — master ( 2570d1...1c74ae )
by Kamil
13s
created
src/Sylius/Behat/spec/Page/Customer/CustomerShowPageSpec.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 Sylius\Behat\Page\Product;
13 13
 
14
-use SensioLabs\Behat\PageObjectExtension\PageObject\Factory;
15 14
 use Sylius\Behat\Page\SymfonyPage;
16 15
 use Sylius\Component\Product\Model\ProductInterface;
17 16
 
Please login to merge, or discard this patch.
src/Sylius/Behat/spec/Page/User/RegisterPageSpec.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,8 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use Behat\Behat\Context\Context;
15 15
 use PhpSpec\ObjectBehavior;
16
-use Prophecy\Argument;
17
-use SensioLabs\Behat\PageObjectExtension\PageObject\Factory;
18 16
 use Sylius\Behat\Page\Customer\CustomerShowPage;
19 17
 use Sylius\Behat\Page\Customer\CustomersIndexPage;
20 18
 use Sylius\Component\Core\Test\Services\SharedStorageInterface;
Please login to merge, or discard this patch.
src/Sylius/Behat/spec/ChannelContextSetterSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace spec\Sylius\Behat\Page;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 use SensioLabs\Behat\PageObjectExtension\PageObject\PageObject;
8 7
 use Sylius\Behat\Page\Page;
9 8
 
Please login to merge, or discard this patch.
src/Sylius/Behat/spec/CookieSetterSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace spec\Sylius\Behat\Page;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 use SensioLabs\Behat\PageObjectExtension\PageObject\PageObject;
8 7
 use Sylius\Behat\Page\Page;
9 8
 
Please login to merge, or discard this patch.
src/Sylius/Behat/spec/SecurityServiceSpec.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@  discard block
 block discarded – undo
11 11
 
12 12
 namespace spec\Sylius\Behat;
13 13
 
14
-use Behat\Mink\Session;
15 14
 use PhpSpec\ObjectBehavior;
16 15
 use Prophecy\Argument;
17 16
 use Sylius\Behat\CookieSetterInterface;
@@ -19,7 +18,6 @@  discard block
 block discarded – undo
19 18
 use Sylius\Component\Core\Model\UserInterface;
20 19
 use Sylius\Component\User\Repository\UserRepositoryInterface;
21 20
 use Symfony\Component\HttpFoundation\Session\SessionInterface;
22
-use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;
23 21
 
24 22
 /**
25 23
  * @author Arkadiusz Krakowiak <[email protected]>
Please login to merge, or discard this patch.
src/Sylius/Behat/spec/Context/Domain/PaymentContextSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use Sylius\Component\Promotion\Model\PromotionInterface;
21 21
 use Sylius\Component\Promotion\Model\PromotionSubjectInterface;
22 22
 use Sylius\Component\Resource\Factory\FactoryInterface;
23
-use Sylius\Component\Resource\Repository\RepositoryInterface;
24 23
 use Sylius\Component\Resource\Exception\UnexpectedTypeException;
25 24
 
26 25
 /**
Please login to merge, or discard this patch.
src/Sylius/Behat/spec/Context/Transform/CustomerContextSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use Sylius\Component\Promotion\Model\PromotionInterface;
21 21
 use Sylius\Component\Promotion\Model\PromotionSubjectInterface;
22 22
 use Sylius\Component\Resource\Factory\FactoryInterface;
23
-use Sylius\Component\Resource\Repository\RepositoryInterface;
24 23
 use Sylius\Component\Resource\Exception\UnexpectedTypeException;
25 24
 
26 25
 /**
Please login to merge, or discard this patch.
src/Sylius/Behat/spec/Context/Transform/PaymentContextSpec.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,10 +13,8 @@
 block discarded – undo
13 13
 
14 14
 use Behat\Behat\Context\Context;
15 15
 use PhpSpec\ObjectBehavior;
16
-use Prophecy\Argument;
17 16
 use Sylius\Component\Payment\Model\PaymentMethod;
18 17
 use Sylius\Component\Payment\Repository\PaymentMethodRepositoryInterface;
19
-use Sylius\Component\Resource\Repository\RepositoryInterface;
20 18
 
21 19
 /**
22 20
  * @author Łukasz Chruściel <[email protected]>
Please login to merge, or discard this patch.
src/Sylius/Behat/spec/Context/Transform/ZoneContextSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use Sylius\Component\Promotion\Model\PromotionInterface;
21 21
 use Sylius\Component\Promotion\Model\PromotionSubjectInterface;
22 22
 use Sylius\Component\Resource\Factory\FactoryInterface;
23
-use Sylius\Component\Resource\Repository\RepositoryInterface;
24 23
 use Sylius\Component\Resource\Exception\UnexpectedTypeException;
25 24
 
26 25
 /**
Please login to merge, or discard this patch.