We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 014e163 + a697951 commit d73f7f5Copy full SHA for d73f7f5
src/Config.php
@@ -41,6 +41,7 @@ public function getRules() : array {
41
'method_argument_space' => [
42
'on_multiline' => 'ignore',
43
],
44
+ 'method_chaining_indentation' => true,
45
'no_closing_tag' => true,
46
'no_leading_import_slash' => true,
47
'no_spaces_after_function_name' => true,
0 commit comments