Skip to content

Commit 599c64f

Browse files
committed
Fix: Use new_with_parentheses instead of deprecated new_with_braces fixer
1 parent a8b42c9 commit 599c64f

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
@@ -131,7 +131,7 @@
131131
],
132132
],
133133
'native_type_declaration_casing' => true,
134-
'new_with_braces' => [
134+
'new_with_parentheses' => [
135135
'named_class' => false,
136136
'anonymous_class' => false,
137137
],

0 commit comments

Comments
 (0)