Closed aitboudad closed 9 years ago
I just tested, here is the result :
/**
* Set the value of Foo
*
* @param mixed _foo
*
* @return self
*/
public function setFoo($_foo)
{
$this->_foo = $_foo;
return $this;
}
@aitboudad Thanks for the PR
Have you test this with "underscored" variables ? ex:
will this work as you would expect?