Completed
Pull Request — experimental/3.1 (#2519)
by Kentaro
42:28
created
src/Eccube/EventListener/ForwardOnlyListener.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -6,9 +6,6 @@
 block discarded – undo
6 6
 use Eccube\Annotation\ForwardOnly;
7 7
 use Monolog\Logger;
8 8
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
9
-use Symfony\Component\HttpFoundation\Request;
10
-use Symfony\Component\HttpFoundation\Response;
11
-use Symfony\Component\HttpFoundation\Session\SessionInterface;
12 9
 use Symfony\Component\HttpKernel\Event\FilterControllerEvent;
13 10
 use Symfony\Component\HttpKernel\KernelEvents;
14 11
 
Please login to merge, or discard this patch.