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 7a71122 commit 45e3283Copy full SHA for 45e3283
.php-cs-fixer.php
@@ -33,7 +33,7 @@
33
'no_empty_statement' => true,
34
'no_extra_blank_lines' => true,
35
'no_leading_namespace_whitespace' => true,
36
- 'no_trailing_comma_in_singleline_array' => true,
+ 'no_trailing_comma_in_singleline' => true,
37
'no_whitespace_in_blank_line' => true,
38
'object_operator_without_whitespace' => true,
39
//'phpdoc_align' => true,
@@ -47,7 +47,7 @@
47
'phpdoc_trim' => true,
48
'phpdoc_types' => true,
49
'psr_autoloading' => true,
50
- 'single_blank_line_before_namespace' => true,
+ 'blank_lines_before_namespace' => true,
51
'standardize_not_equals' => true,
52
'ternary_operator_spaces' => true,
53
'trailing_comma_in_multiline' => ['elements' => ['arrays']],
0 commit comments