Skip to content

Commit e9164af

Browse files
committed
Fix CS
1 parent ad61553 commit e9164af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
],
2626
'self_static_accessor' => true,
2727
'single_line_throw' => false,
28+
'trailing_comma_in_multiline' => ['after_heredoc' => true, 'elements' => ['array_destructuring', 'arrays']],
2829
'whitespace_after_comma_in_array' => ['ensure_single_space' => true],
2930
// PHP 7 compatibility
3031
'get_class_to_class_keyword' => false,

0 commit comments

Comments
 (0)