Failed Conditions
Pull Request — experimental/sf (#3236)
by Kentaro
132:46 queued 125:39
created
src/Eccube/EventListener/SecurityListener.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,10 +21,10 @@
 block discarded – undo
21 21
 use Eccube\Service\PurchaseFlow\PurchaseFlow;
22 22
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
23 23
 use Symfony\Component\HttpFoundation\RequestStack;
24
+use Symfony\Component\Security\Core\AuthenticationEvents;
24 25
 use Symfony\Component\Security\Core\Event\AuthenticationFailureEvent;
25 26
 use Symfony\Component\Security\Http\Event\InteractiveLoginEvent;
26 27
 use Symfony\Component\Security\Http\SecurityEvents;
27
-use Symfony\Component\Security\Core\AuthenticationEvents;
28 28
 
29 29
 class SecurityListener implements EventSubscriberInterface
30 30
 {
Please login to merge, or discard this patch.
src/Eccube/Service/PurchaseFlow/Processor/PaymentValidator.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,8 +19,8 @@
 block discarded – undo
19 19
 use Eccube\Entity\Master\SaleType;
20 20
 use Eccube\Entity\Payment;
21 21
 use Eccube\Repository\DeliveryRepository;
22
-use Eccube\Service\PurchaseFlow\PurchaseContext;
23 22
 use Eccube\Service\PurchaseFlow\ItemHolderValidator;
23
+use Eccube\Service\PurchaseFlow\PurchaseContext;
24 24
 
25 25
 /**
26 26
  * 支払い方法が一致しない明細がないかどうか.
Please login to merge, or discard this patch.