-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lineup Cascaded Calls doesn't work properly #610
Comments
@gjm |
So here's the exact same code that I submitted for #563: public function foo()
{
return $this->someMethod($parameter)
->otherMethod()
->finalMethod($otherParameter);
} and here's the output of
|
@gjm Thank you for reporting! I haven't investigated it yet, but I suspect an incompatible change in Cc Mode of Emacs master branch. |
@gjm If explicitly execute |
I had already set the style to If you |
This is the same as #563 because it still doesn't work properly.
The text was updated successfully, but these errors were encountered: