1
0
mirror of synced 2025-01-31 12:32:59 +03:00

Removed superfluous variable name in "@return" documentation

This commit is contained in:
Michel Weimerskirch 2011-06-28 12:24:24 -07:00
parent 5afc097527
commit e899205300

View File

@ -103,7 +103,7 @@ use Doctrine\ORM\Mapping as ORM;
'/**
* <description>
*
* @return <variableType>$<variableName>
* @return <variableType>
*/
public function <methodName>()
{