We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2103d4 commit 1d0f30fCopy full SHA for 1d0f30f
.php-cs-fixer.php
@@ -20,10 +20,10 @@
20
'blank_line_before_statement' => true,
21
'cast_spaces' => true,
22
'declare_strict_types' => true,
23
- 'function_typehint_space' => true,
+ '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,
@@ -34,7 +34,7 @@
34
'phpdoc_scalar' => true,
35
'phpdoc_types' => true,
36
'short_scalar_cast' => true,
37
- 'single_blank_line_before_namespace' => true,
+ 'blank_lines_before_namespace' => true,
38
'single_quote' => true,
39
'trailing_comma_in_multiline' => true,
40
])
0 commit comments