Skip to content

Commit e493e14

Browse files
committed
Fix CS
1 parent 2127891 commit e493e14

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

EventListener/ExceptionListener.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
1717
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
1818
use Symfony\Component\HttpFoundation\Request;
19-
use Symfony\Component\HttpFoundation\Response;
2019
use Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent;
2120
use Symfony\Component\HttpKernel\Exception\HttpExceptionInterface;
2221
use Symfony\Component\HttpKernel\HttpKernelInterface;

EventListener/LocaleAwareListener.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\HttpKernel\EventListener;
1313

1414
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
15-
use Symfony\Component\HttpFoundation\Request;
1615
use Symfony\Component\HttpFoundation\RequestStack;
1716
use Symfony\Component\HttpKernel\Event\FinishRequestEvent;
1817
use Symfony\Component\HttpKernel\Event\RequestEvent;

Tests/KernelTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,8 +651,6 @@ protected function getBundle($dir = null, $parent = null, $className = null, $bu
651651
*
652652
* @param array $methods Additional methods to mock (besides the abstract ones)
653653
* @param array $bundles Bundles to register
654-
*
655-
* @return Kernel
656654
*/
657655
protected function getKernel(array $methods = [], array $bundles = [], bool $debug = false): Kernel
658656
{

0 commit comments

Comments
 (0)