Skip to content

Commit 38ffdd9

Browse files
committed
Fix CS rule
1 parent 136fcfd commit 38ffdd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
'short_scalar_cast' => true,
6464
'single_trait_insert_per_statement' => true,
6565
'ternary_to_null_coalescing' => true,
66-
'trailing_comma_in_multiline' => false,
66+
'trailing_comma_in_multiline' => ['after_heredoc' => true, 'elements' => ['array_destructuring', 'arrays']],
6767
'visibility_required' => true,
6868
])
6969
->setFinder($finder)

0 commit comments

Comments
 (0)