fixed phpdoc

This commit is contained in:
Fabien Potencier 2010-07-01 20:22:40 +02:00
parent 13781b4441
commit 5701d6533c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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