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 6c325d8 commit 559b141Copy full SHA for 559b141
.php-cs-fixer.dist.php
@@ -9,4 +9,5 @@
9
->setRules([
10
'@Symfony' => true,
11
'array_syntax' => ['syntax' => 'short'],
12
+ 'no_trailing_comma_in_singleline' => ['array', 'array_destructuring', 'group_import'],
13
]);
0 commit comments