1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +03:00

Removed extra line breaks for docblocks in set, get, add and remove method templates.

This commit is contained in:
Javier Spagnoletti 2014-08-29 23:11:49 -03:00
parent 1378626937
commit f731a66e1c

View file

@ -219,7 +219,6 @@ class EntityGenerator
'/**
* <description>
*
*
* @return <variableType>
*/
public function <methodName>()
@ -234,7 +233,6 @@ public function <methodName>()
'/**
* <description>
*
*
* @param <variableType> $<variableName>
*
* @return <entity>
@ -253,7 +251,6 @@ public function <methodName>(<methodTypeHint>$<variableName><variableDefault>)
'/**
* <description>
*
*
* @param <variableType> $<variableName>
*
* @return <entity>
@ -272,7 +269,6 @@ public function <methodName>(<methodTypeHint>$<variableName>)
'/**
* <description>
*
*
* @param <variableType> $<variableName>
*/
public function <methodName>(<methodTypeHint>$<variableName>)