diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 803662e..06ee515 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -127,6 +127,7 @@ return (new PhpCsFixer\Config()) ], 'whitespace_after_comma_in_array' => true, 'no_unused_imports' => true, + 'method_chaining_indentation' => true, ]) // ->setIndent("\t")