Merge pull request #388 from fixe/patch-3
Added an empty line feed preceding the return statement
This commit is contained in:
commit
f20a95fdc0
@ -200,6 +200,7 @@ public function <methodName>()
|
|||||||
public function <methodName>(<methodTypeHint>$<variableName><variableDefault>)
|
public function <methodName>(<methodTypeHint>$<variableName><variableDefault>)
|
||||||
{
|
{
|
||||||
<spaces>$this-><fieldName> = $<variableName>;
|
<spaces>$this-><fieldName> = $<variableName>;
|
||||||
|
|
||||||
<spaces>return $this;
|
<spaces>return $this;
|
||||||
}';
|
}';
|
||||||
|
|
||||||
@ -216,6 +217,7 @@ public function <methodName>(<methodTypeHint>$<variableName><variableDefault>)
|
|||||||
public function <methodName>(<methodTypeHint>$<variableName>)
|
public function <methodName>(<methodTypeHint>$<variableName>)
|
||||||
{
|
{
|
||||||
<spaces>$this-><fieldName>[] = $<variableName>;
|
<spaces>$this-><fieldName>[] = $<variableName>;
|
||||||
|
|
||||||
<spaces>return $this;
|
<spaces>return $this;
|
||||||
}';
|
}';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user