소스 검색

fixed phpdoc

Fabien Potencier 15 년 전
부모
커밋
5701d6533c
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/Symfony/Framework/FoundationBundle/User.php
  2. 1 1
      src/Symfony/Framework/TwigBundle/TokenParser/HelperTokenParser.php

+ 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()
     {