From 0010fba8b1639a6f6593bad5ee37dbbba4b1d320 Mon Sep 17 00:00:00 2001 From: Miliooo Date: Fri, 29 Aug 2014 21:52:58 +0200 Subject: [PATCH] [HttpKernel] add use statement for phpdoc --- .../Bundle/FrameworkBundle/EventListener/SessionListener.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Bundle/FrameworkBundle/EventListener/SessionListener.php b/src/Symfony/Bundle/FrameworkBundle/EventListener/SessionListener.php index 7b5ce51db9..816eef2aed 100644 --- a/src/Symfony/Bundle/FrameworkBundle/EventListener/SessionListener.php +++ b/src/Symfony/Bundle/FrameworkBundle/EventListener/SessionListener.php @@ -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.