Преглед на файлове

[TwigBundle] Fixed PHPDoc

Don Pinkster преди 14 години
родител
ревизия
f8493842d3
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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
      */