Open kq-li opened 5 years ago
This is much improved now. Indenting now gives:
$node->query()
->selectByLambda($node ==>
checkValid($node),
)
->whereLambda(
$node ==> condition($node),
);
which is correct, apart from the second method call.
When spanning multiple lines, instance method calls don't have the expected indentation. For example:
Expected:
Actual: