Skip to content

Commit bb5dd2a

Browse files
committed
Fix build
1 parent 9db5686 commit bb5dd2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
'declare_strict_types' => true,
2525
'heredoc_to_nowdoc' => true,
2626
'linebreak_after_opening_tag' => true,
27-
'new_with_braces' => false,
27+
'new_with_parentheses' => false,
2828
'multiline_whitespace_before_semicolons' => false,
2929
'no_php4_constructor' => true,
3030
'no_unreachable_default_argument_value' => true,

0 commit comments

Comments
 (0)