Preserve indentation in PHP chained methods
Hello,
in What's new in PhpStorm 9 video (https://www.youtube.com/watch?v=JrDX6B_0tzw at about 0:15), i've seen this kind of chained method indentation:
<?php
$object
->method()
->anotherMethod()
->anotherMethod2()
->method();
?>
Is there any way to preserve the indentation in chaned methods?
Thanks.
Please sign in to leave a comment.
Please vote/comment for: https://youtrack.jetbrains.com/issue/WI-18803