Skip to content

Commit

Permalink
Enhancement: Add arguments to elements option of trailing_comma_in_mu…
Browse files Browse the repository at this point in the history
…ltiline fixer
  • Loading branch information
localheinz authored and sebastianbergmann committed May 27, 2023
1 parent 4cb7d58 commit ba54556
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@
'ternary_to_null_coalescing' => true,
'trailing_comma_in_multiline' => [
'elements' => [
'arguments',
'arrays'
]
],
Expand Down

0 comments on commit ba54556

Please sign in to comment.