Removed extra line breaks for docblocks in set, get, add and remove method templates.
This commit is contained in:
parent
1378626937
commit
f731a66e1c
1 changed files with 0 additions and 4 deletions
|
@ -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>)
|
||||
|
|
Loading…
Add table
Reference in a new issue