Completed
Push — master ( 744293...180002 )
by Paweł
28:19 queued 16:57
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/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.