Skip to content

Commit 2e6238f

Browse files
localheinzderickr
authored andcommitted
Enhancement: Add match and parameters to element option of trailing_comma_in_multiline fixer
1 parent 5542743 commit 2e6238f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.php-cs-fixer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@
5757
'elements' => [
5858
'arguments',
5959
'arrays',
60+
'match',
61+
'parameters',
6062
],
6163
],
6264
'trim_array_spaces' => true,

0 commit comments

Comments
 (0)