Skip to content

Commit

Permalink
Enhancement: Use no_trailing_comma_in_singleline instead of deprecate…
Browse files Browse the repository at this point in the history
…d fixers
  • Loading branch information
localheinz authored and sebastianbergmann committed Sep 23, 2022
1 parent b65739c commit fe26cfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,7 @@
'no_superfluous_phpdoc_tags' => [
'allow_mixed' => true,
],
'no_trailing_comma_in_list_call' => true,
'no_trailing_comma_in_singleline_array' => true,
'no_trailing_comma_in_singleline' => true,
'no_trailing_whitespace' => true,
'no_trailing_whitespace_in_comment' => true,
'no_trailing_whitespace_in_string' => true,
Expand Down

0 comments on commit fe26cfb

Please sign in to comment.