Skip to content

Commit f0655a9

Browse files
committed
Enhancement: Add match and parameters to element option of trailing_comma_in_multiline fixer
1 parent c093fb5 commit f0655a9

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
@@ -55,6 +55,8 @@
5555
'elements' => [
5656
'arguments',
5757
'arrays',
58+
'match',
59+
'parameters',
5860
],
5961
],
6062
'trim_array_spaces' => true,

0 commit comments

Comments
 (0)