[Bundle] [FrameworkBundle] fixed typo in phpdoc of the SessionListener.

This commit is contained in:
Hugo Hamon 2012-12-29 15:12:58 +01:00
parent 6aeb546f31
commit a88607c7ff
1 changed files with 1 additions and 1 deletions

View File

@ -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.