Merge pull request #78 from mweimerskirch/patch-1
Removed superfluous variable name in "@return" documentation
This commit is contained in:
commit
53c799987d
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