Skip to content

Commit c9568f5

Browse files
[6.1] cs fixes
1 parent 5bba3f4 commit c9568f5

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

EventListener/SessionListener.php

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

1414
use Symfony\Component\HttpFoundation\Session\SessionInterface;
15-
use Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage;
16-
use Symfony\Component\HttpKernel\Event\RequestEvent;
1715

1816
/**
1917
* Sets the session in the request.

Tests/EventListener/SessionListenerTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@
1414
use PHPUnit\Framework\TestCase;
1515
use Psr\Log\LoggerInterface;
1616
use Symfony\Component\DependencyInjection\Container;
17-
use Symfony\Component\DependencyInjection\ServiceLocator;
1817
use Symfony\Component\HttpFoundation\Request;
1918
use Symfony\Component\HttpFoundation\RequestStack;
2019
use Symfony\Component\HttpFoundation\Response;
2120
use Symfony\Component\HttpFoundation\Session\Session;
2221
use Symfony\Component\HttpFoundation\Session\SessionFactory;
2322
use Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage;
2423
use Symfony\Component\HttpKernel\DataCollector\RequestDataCollector;
25-
use Symfony\Component\HttpKernel\Event\FinishRequestEvent;
2624
use Symfony\Component\HttpKernel\Event\RequestEvent;
2725
use Symfony\Component\HttpKernel\Event\ResponseEvent;
2826
use Symfony\Component\HttpKernel\EventListener\AbstractSessionListener;

0 commit comments

Comments
 (0)