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 3156498 commit 8eab9d8Copy full SHA for 8eab9d8
.php-cs-fixer.php
@@ -63,7 +63,7 @@
63
'short_scalar_cast' => true,
64
'single_trait_insert_per_statement' => true,
65
'ternary_to_null_coalescing' => true,
66
- 'trailing_comma_in_multiline' => false,
+ 'trailing_comma_in_multiline' => ['after_heredoc' => true, 'elements' => ['array_destructuring', 'arrays']],
67
'visibility_required' => true,
68
])
69
->setFinder($finder)
0 commit comments