Completed
Push — master ( 9ad7fa...c806a5 )
by Łukasz
55:51 queued 43:47
created
src/Sylius/Component/Core/Shipping/Calculator/FlatRateCalculator.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 use Sylius\Component\Core\Exception\MissingChannelConfigurationException;
15 15
 use Sylius\Component\Core\Model\ShipmentInterface;
16 16
 use Sylius\Component\Shipping\Calculator\CalculatorInterface;
17
-use Sylius\Component\Shipping\Model\ShipmentInterface  as BaseShipmentInterface;
17
+use Sylius\Component\Shipping\Model\ShipmentInterface as BaseShipmentInterface;
18 18
 use Webmozart\Assert\Assert;
19 19
 
20 20
 /**
Please login to merge, or discard this patch.
src/Sylius/Component/Core/OrderProcessing/OrderPaymentProcessor.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
 namespace Sylius\Component\Core\OrderProcessing;
15 15
 
16
-use Doctrine\Common\Collections\ArrayCollection;
17 16
 use Sylius\Component\Core\Model\OrderInterface;
18 17
 use Sylius\Component\Core\Model\PaymentInterface;
19 18
 use Sylius\Component\Core\OrderPaymentStates;
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/EventListener/UserImpersonatedListener.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use Sylius\Component\Core\Model\OrderInterface;
20 20
 use Sylius\Component\Core\Repository\OrderRepositoryInterface;
21 21
 use Sylius\Component\Core\Storage\CartStorageInterface;
22
-use Symfony\Component\HttpFoundation\Session\SessionInterface;
23 22
 
24 23
 final class UserImpersonatedListener
25 24
 {
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Ui/Shop/CheckoutContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use Sylius\Behat\Context\Ui\Shop\Checkout\CheckoutAddressingContext;
18 18
 use Sylius\Behat\Context\Ui\Shop\Checkout\CheckoutPaymentContext;
19 19
 use Sylius\Behat\Context\Ui\Shop\Checkout\CheckoutShippingContext;
20
-use Sylius\Behat\Page\Shop\Account\LoginPageInterface;
21 20
 use Sylius\Behat\Page\Shop\Account\RegisterPageInterface;
22 21
 use Sylius\Behat\Page\Shop\Checkout\AddressPageInterface;
23 22
 use Sylius\Behat\Page\Shop\Checkout\CompletePageInterface;
Please login to merge, or discard this patch.