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 352d8a7 commit 5d08bb3Copy full SHA for 5d08bb3
.php-cs-fixer.dist.php
@@ -9,5 +9,5 @@
9
->setRules([
10
'@Symfony' => true,
11
'array_syntax' => ['syntax' => 'short'],
12
- 'no_trailing_comma_in_singleline' => ['elements' => ['arguments', 'array', 'array_destructuring', 'group_import']],
+ 'trailing_comma_in_multiline' => ['after_heredoc' => true, 'elements' => ['array_destructuring', 'arrays', 'match']]
13
]);
0 commit comments