Add return to removeMethodTemplate
This commit is contained in:
parent
900b55d16a
commit
6a98f0391d
@ -277,10 +277,12 @@ public function <methodName>(<methodTypeHint>$<variableName>)
|
||||
* <description>
|
||||
*
|
||||
* @param <variableType> $<variableName>
|
||||
*
|
||||
* @return boolean TRUE if this collection contained the specified element, FALSE otherwise.
|
||||
*/
|
||||
public function <methodName>(<methodTypeHint>$<variableName>)
|
||||
{
|
||||
<spaces>$this-><fieldName>->removeElement($<variableName>);
|
||||
<spaces>return $this-><fieldName>->removeElement($<variableName>);
|
||||
}';
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user