Completed
Pull Request — master (#1355)
by Guilh
08:55
created
EventListener/ViewResponseListener.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,6 @@
 block discarded – undo
135 135
     }
136 136
 
137 137
     /**
138
-     * @param Request  $request
139 138
      * @param Template $template
140 139
      * @param object   $controller
141 140
      * @param string   $action
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
19 19
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
20 20
 use Symfony\Component\HttpFoundation\Response;
21
-use Symfony\Component\HttpKernel\Event\FilterControllerEvent;
22 21
 use Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent;
23 22
 use Symfony\Component\HttpKernel\KernelEvents;
24 23
 use Symfony\Component\Templating\TemplateReferenceInterface;
Please login to merge, or discard this patch.