From a88607c7ff749badd0c8040b51991d66d5f43122 Mon Sep 17 00:00:00 2001 From: Hugo Hamon Date: Sat, 29 Dec 2012 15:12:58 +0100 Subject: [PATCH] [Bundle] [FrameworkBundle] fixed typo in phpdoc of the SessionListener. --- .../Bundle/FrameworkBundle/EventListener/SessionListener.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/EventListener/SessionListener.php b/src/Symfony/Bundle/FrameworkBundle/EventListener/SessionListener.php index 7935cf5806..e681b761a6 100644 --- a/src/Symfony/Bundle/FrameworkBundle/EventListener/SessionListener.php +++ b/src/Symfony/Bundle/FrameworkBundle/EventListener/SessionListener.php @@ -17,7 +17,7 @@ use Symfony\Component\HttpKernel\HttpKernelInterface; use Symfony\Component\HttpKernel\Event\GetResponseEvent; /** - * Sets the session on the request. + * Sets the session in the request. * * This will also start the session if it was already started during a previous * request.