Skip to content

Commit b01fa55

Browse files
authored
Merge pull request #348 from norkunas/fix-cs
Fix CS
2 parents e151ae0 + d5fca7a commit b01fa55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@
2121
'import_constants' => false,
2222
],
2323
'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' */]],
2426
]);

0 commit comments

Comments
 (0)