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 cb258ce + 86462e5 commit 2489dc7Copy full SHA for 2489dc7
.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_array' => true,
+ 'trailing_comma_in_multiline' => true,
21
'phpdoc_scalar' => true,
22
'unary_operator_spaces' => true,
23
'binary_operator_spaces' => true,
0 commit comments