Skip to content

Commit f395731

Browse files
authored
update rules (#254)
1 parent 247ea30 commit f395731

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
@@ -23,7 +23,7 @@
2323
'type_declaration_spaces' => true,
2424
'include' => true,
2525
'lowercase_cast' => true,
26-
'new_with_braces' => true,
26+
'new_with_parentheses' => true,
2727
'no_extra_blank_lines' => true,
2828
'no_leading_import_slash' => true,
2929
'echo_tag_syntax' => true,

0 commit comments

Comments
 (0)