diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 272180fd12..9ed05cbc66 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -58,7 +58,6 @@ return $config 'syntax' => 'long', ], 'lowercase_keywords' => true, - 'method_argument_space' => [], 'no_closing_tag' => true, 'no_spaces_after_function_name' => true, 'no_spaces_inside_parenthesis' => true,