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 16cb357 commit f0320faCopy full SHA for f0320fa
.php-cs-fixer.dist.php
@@ -9,5 +9,6 @@
9
return (new PhpCsFixer\Config())
10
->setRules([
11
'@PER-CS' => true,
12
+ 'trailing_comma_in_multiline' => ['elements' => ['arguments', 'array_destructuring', 'arrays']], // For PHP 7.4 compatibility
13
])
14
->setFinder($finder);
0 commit comments