diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 0d3d6e81..fbec6d7c 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -12,7 +12,7 @@ 'array_syntax' => ['syntax' => 'short'], 'concat_space' => ['spacing' => 'one'], 'include' => true, - 'new_with_braces' => true, + 'new_with_parentheses' => true, 'no_empty_statement' => true, 'no_extra_blank_lines' => true, 'no_leading_import_slash' => true,