mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-22 16:21:04 -05:00
Before: public function someMethod() { return $this->doSomething() ->doSomethingElse() ->andDoOneLastThing(); } After: public function someMethod() { return $this->doSomething() ->doSomethingElse() ->andDoOneLastThing(); } Fix: doomemacs/community#36
5.2 KiB
5.2 KiB