Completed
Push — master ( 627e0e...cd277e )
by Kamil
15s
created
src/Sylius/Behat/spec/Context/Transform/CouponContextSpec.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/Service/SecurityServiceSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Sylius\Component\Core\Model\UserInterface;
19 19
 use Sylius\Component\User\Repository\UserRepositoryInterface;
20 20
 use Symfony\Component\HttpFoundation\Session\SessionInterface;
21
-use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;
22 21
 
23 22
 /**
24 23
  * @author Arkadiusz Krakowiak <[email protected]>
Please login to merge, or discard this patch.
src/Sylius/Behat/spec/Service/Setter/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/Service/Setter/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/Bundle/CoreBundle/Checkout/Step/SecurityStep.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -16,8 +16,6 @@
 block discarded – undo
16 16
 use Sylius\Component\Core\Model\CustomerInterface;
17 17
 use Sylius\Component\Core\Model\OrderInterface;
18 18
 use Sylius\Component\Core\Model\UserInterface;
19
-use Sylius\Component\Core\OrderCheckoutStates;
20
-use Sylius\Component\Core\OrderCheckoutTransitions;
21 19
 use Sylius\Component\Core\SyliusCheckoutEvents;
22 20
 use Sylius\Component\Resource\Event\ResourceEvent;
23 21
 use Symfony\Component\Form\FormInterface;
Please login to merge, or discard this patch.
src/Sylius/Behat/spec/Context/Setup/PromotionContextSpec.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,10 +12,8 @@
 block discarded – undo
12 12
 namespace spec\Sylius\Behat\Context\Setup;
13 13
 
14 14
 use Behat\Behat\Context\Context;
15
-use Doctrine\Common\Collections\ArrayCollection;
16 15
 use Doctrine\Common\Persistence\ObjectManager;
17 16
 use PhpSpec\ObjectBehavior;
18
-use Prophecy\Argument;
19 17
 use Sylius\Behat\Context\Setup\PromotionContext;
20 18
 use Sylius\Component\Core\Factory\ActionFactoryInterface;
21 19
 use Sylius\Component\Core\Factory\RuleFactoryInterface;
Please login to merge, or discard this patch.
src/Sylius/Bundle/ResourceBundle/Behat/DefaultContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Behat\Mink\Exception\ElementNotFoundException;
17 17
 use Behat\MinkExtension\Context\RawMinkContext;
18 18
 use Behat\Symfony2Extension\Context\KernelAwareContext;
19
-use Doctrine\Common\Collections\ArrayCollection;
20 19
 use Doctrine\Common\Persistence\ObjectManager;
21 20
 use Faker\Factory as FakerFactory;
22 21
 use Faker\Generator;
Please login to merge, or discard this patch.