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 4ef1cec commit 352d8a7Copy full SHA for 352d8a7
.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' => ['array', 'array_destructuring', 'group_import']],
+ 'no_trailing_comma_in_singleline' => ['elements' => ['arguments', 'array', 'array_destructuring', 'group_import']],
13
]);
0 commit comments