Jelajahi Sumber

Merge remote branch 'donpinkster/typo-fix'

* donpinkster/typo-fix:
  [TwigBundle] Fixed PHPDoc
  [TwigBundle] Fixed typo
Fabien Potencier 14 tahun lalu
induk
melakukan
f6c119c619
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 3 3
      src/Symfony/Bundle/TwigBundle/GlobalVariables.php

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

@@ -14,7 +14,7 @@ namespace Symfony\Bundle\TwigBundle;
 use Symfony\Component\DependencyInjection\ContainerInterface;
 
 /**
- * AppVariables is the entry point for Symfony global variables in Twig templates.
+ * GlobalVariables is the entry point for Symfony global variables in Twig templates.
  *
  * @author Fabien Potencier <fabien@symfony.com>
  */
@@ -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
      */