Skip to content

Commit f07cfcb

Browse files
committed
Enhancement: Enable and configure trailing_comma_in_multiline fixer
1 parent 4ac417b commit f07cfcb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.php-cs-fixer.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@
5151
],
5252
'strict_param' => true,
5353
'switch_case_space' => true,
54+
'trailing_comma_in_multiline' => [
55+
'elements' => [
56+
'arguments',
57+
'arrays',
58+
],
59+
],
5460
'trim_array_spaces' => true,
5561
'unary_operator_spaces' => true,
5662
'visibility_required' => true,

0 commit comments

Comments
 (0)