[HttpKernel] add use statement for phpdoc

This commit is contained in:
Miliooo 2014-08-29 21:52:58 +02:00 committed by Fabien Potencier
parent c730fc6f77
commit 0010fba8b1
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ use Symfony\Component\HttpKernel\HttpKernelInterface;
use Symfony\Component\HttpKernel\Event\GetResponseEvent;
use Symfony\Component\HttpKernel\KernelEvents;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Symfony\Component\HttpFoundation\Session\SessionInterface;
/**
* Sets the session in the request.