diff --git a/src/Config.php b/src/Config.php index d6132b8..a9e8da5 100644 --- a/src/Config.php +++ b/src/Config.php @@ -41,6 +41,7 @@ public function getRules() : array { 'method_argument_space' => [ 'on_multiline' => 'ignore', ], + 'method_chaining_indentation' => true, 'no_closing_tag' => true, 'no_leading_import_slash' => true, 'no_spaces_after_function_name' => true,