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>
|
* <description>
|
||||||
*
|
*
|
||||||
*
|
|
||||||
* @return <variableType>
|
* @return <variableType>
|
||||||
*/
|
*/
|
||||||
public function <methodName>()
|
public function <methodName>()
|
||||||
|
@ -234,7 +233,6 @@ public function <methodName>()
|
||||||
'/**
|
'/**
|
||||||
* <description>
|
* <description>
|
||||||
*
|
*
|
||||||
*
|
|
||||||
* @param <variableType> $<variableName>
|
* @param <variableType> $<variableName>
|
||||||
*
|
*
|
||||||
* @return <entity>
|
* @return <entity>
|
||||||
|
@ -253,7 +251,6 @@ public function <methodName>(<methodTypeHint>$<variableName><variableDefault>)
|
||||||
'/**
|
'/**
|
||||||
* <description>
|
* <description>
|
||||||
*
|
*
|
||||||
*
|
|
||||||
* @param <variableType> $<variableName>
|
* @param <variableType> $<variableName>
|
||||||
*
|
*
|
||||||
* @return <entity>
|
* @return <entity>
|
||||||
|
@ -272,7 +269,6 @@ public function <methodName>(<methodTypeHint>$<variableName>)
|
||||||
'/**
|
'/**
|
||||||
* <description>
|
* <description>
|
||||||
*
|
*
|
||||||
*
|
|
||||||
* @param <variableType> $<variableName>
|
* @param <variableType> $<variableName>
|
||||||
*/
|
*/
|
||||||
public function <methodName>(<methodTypeHint>$<variableName>)
|
public function <methodName>(<methodTypeHint>$<variableName>)
|
||||||
|
|
Loading…
Add table
Reference in a new issue