Removed superfluous variable name in "@return" documentation
This commit is contained in:
parent
5afc097527
commit
e899205300
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ use Doctrine\ORM\Mapping as ORM;
|
|||
'/**
|
||||
* <description>
|
||||
*
|
||||
* @return <variableType>$<variableName>
|
||||
* @return <variableType>
|
||||
*/
|
||||
public function <methodName>()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue