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.
2 parents e151ae0 + d5fca7a commit b01fa55Copy full SHA for b01fa55
.php-cs-fixer.dist.php
@@ -21,4 +21,6 @@
21
'import_constants' => false,
22
],
23
'no_superfluous_phpdoc_tags' => false,
24
+ // @todo: when we'll support only PHP 8.0 and upper, we can enable `parameters` for `trailing_comma_in_multiline` rule
25
+ 'trailing_comma_in_multiline' => ['after_heredoc' => true, 'elements' => ['array_destructuring', 'arrays', 'match'/* , 'parameters' */]],
26
]);
0 commit comments