Closed
Description
This configuration variable has not effect. (at least from me). I'm using PSR-2 coding style. This piece of code is indented the same way regardless of the config setting:
public function foo()
{
return $this->someMethod($parameter)
->otherMethod()
->finalMethod($otherParameter);
}
where, if Lineup Cascaded Calls is set, it should be:
public function foo()
{
return $this->someMethod($parameter)
->otherMethod()
->finalMethod($otherParameter);
}
Metadata
Metadata
Assignees
Labels
No labels