Closed colinodell closed 8 years ago
setType() and setTitle() were returning $this, but these two setters were not. I've therefore ensured all setters return $this for consistency.
setType()
setTitle()
$this
return $this
Thank you!!!
setType()
andsetTitle()
were returning$this
, but these two setters were not. I've therefore ensured all settersreturn $this
for consistency.