浏览代码

fixed phpdoc

Fabien Potencier 15 年之前
父节点
当前提交
5701d6533c

+ 1 - 1
src/Symfony/Framework/FoundationBundle/User.php

@@ -87,7 +87,7 @@ class User
     /**
      * Sets user attributes
      *
-     * @param array Attributes
+     * @param array $attributes Attributes
      */
     public function setAttributes($attributes)
     {

+ 1 - 1
src/Symfony/Framework/TwigBundle/TokenParser/HelperTokenParser.php

@@ -36,7 +36,7 @@ class HelperTokenParser extends \Twig_SimpleTokenParser
     /**
      * Gets the tag name associated with this token parser.
      *
-     * @param string The tag name
+     * @return string The tag name
      */
     public function getTag()
     {