Browse Source

[TwigBundle] Fixed PHPDoc

Don Pinkster 14 years ago
parent
commit
f8493842d3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Symfony/Bundle/TwigBundle/GlobalVariables.php

+ 2 - 2
src/Symfony/Bundle/TwigBundle/GlobalVariables.php

@@ -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
      */