Skip to content

Commit de8b6dd

Browse files
committed
Fix: Use no_unneeded_braces instead of deprecated no_unneeded_curly_braces fixer
1 parent 36f3993 commit de8b6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@
171171
'no_trailing_whitespace' => true,
172172
'no_trailing_whitespace_in_comment' => true,
173173
'no_trailing_whitespace_in_string' => true,
174+
'no_unneeded_braces' => true,
174175
'no_unneeded_control_parentheses' => true,
175-
'no_unneeded_curly_braces' => true,
176176
'no_unneeded_final_method' => true,
177177
'no_unneeded_import_alias' => true,
178178
'no_unreachable_default_argument_value' => true,

0 commit comments

Comments
 (0)