Added an empty line feed preceding the return statement
This commit is contained in:
parent
dd60cb6645
commit
bda7310b46
1 changed files with 2 additions and 0 deletions
|
@ -200,6 +200,7 @@ public function <methodName>()
|
|||
public function <methodName>(<methodTypeHint>$<variableName><variableDefault>)
|
||||
{
|
||||
<spaces>$this-><fieldName> = $<variableName>;
|
||||
|
||||
<spaces>return $this;
|
||||
}';
|
||||
|
||||
|
@ -216,6 +217,7 @@ public function <methodName>(<methodTypeHint>$<variableName><variableDefault>)
|
|||
public function <methodName>(<methodTypeHint>$<variableName>)
|
||||
{
|
||||
<spaces>$this-><fieldName>[] = $<variableName>;
|
||||
|
||||
<spaces>return $this;
|
||||
}';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue