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 7abe02a commit d9e8612Copy full SHA for d9e8612
.php-cs-fixer.dist.php
@@ -41,7 +41,7 @@
41
'full_opening_tag' => true,
42
'blank_line_before_statement' => true,
43
'no_trailing_comma_in_singleline_array' => true,
44
- 'trailing_comma_in_multiline' => true,
+ 'trailing_comma_in_multiline_array' => true,
45
'array_indentation' => true,
46
'binary_operator_spaces' => [
47
'operators' => [
0 commit comments