[TwigBundle] Fixed PHPDoc

This commit is contained in:
Don Pinkster 2011-03-11 22:44:32 +01:00
parent c4923fc57e
commit f8493842d3

View File

@ -65,7 +65,7 @@ class GlobalVariables
}
/**
* Returns the security context service.
* Returns the current request.
*
* @return Symfony\Component\HttpFoundation\Request|void The http request object
*/
@ -77,7 +77,7 @@ class GlobalVariables
}
/**
* Returns the security context service.
* Returns the current session.
*
* @return Symfony\Component\HttpFoundation\Session|void The session
*/