Skip to content

Commit 8eab9d8

Browse files
authored
Fix CS rule (#1796)
1 parent 3156498 commit 8eab9d8

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)