We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247ea30 commit f395731Copy full SHA for f395731
.php-cs-fixer.php
@@ -23,7 +23,7 @@
23
'type_declaration_spaces' => true,
24
'include' => true,
25
'lowercase_cast' => true,
26
- 'new_with_braces' => true,
+ 'new_with_parentheses' => true,
27
'no_extra_blank_lines' => true,
28
'no_leading_import_slash' => true,
29
'echo_tag_syntax' => true,
0 commit comments