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.
2 parents 35d0423 + 6a437b5 commit cb258ceCopy full SHA for cb258ce
.php_cs.dist.php
@@ -17,7 +17,7 @@
17
'ordered_imports' => ['sort_algorithm' => 'alpha'],
18
'no_unused_imports' => true,
19
'not_operator_with_successor_space' => true,
20
- 'trailing_comma_in_multiline' => true,
+ 'trailing_comma_in_multiline_array' => true,
21
'phpdoc_scalar' => true,
22
'unary_operator_spaces' => true,
23
'binary_operator_spaces' => true,
0 commit comments