Skip to content

Commit

Permalink
Fix configuration deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Dec 8, 2023
1 parent e0b2dac commit af88d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit af88d70

Please sign in to comment.