minor #44827 [HttpKernel] restore missing use statement (xabbuh)

This PR was merged into the 6.0 branch.

Discussion
----------

[HttpKernel] restore missing use statement

| Q             | A
| ------------- | ---
| Branch?       | 6.0
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

Commits
-------

72b1b439ba restore missing use statement
This commit is contained in:
Fabien Potencier 2021-12-28 15:31:45 +01:00
commit 4b7ef0ec52
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ namespace Symfony\Component\HttpKernel\Tests\EventListener;
use PHPUnit\Framework\TestCase;
use Psr\Log\LoggerInterface;
use Symfony\Component\DependencyInjection\Container;
use Symfony\Component\DependencyInjection\ServiceLocator;
use Symfony\Component\HttpFoundation\Cookie;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\RequestStack;