Skip to content

Commit fe26cfb

Browse files
localheinzsebastianbergmann
authored andcommitted
Enhancement: Use no_trailing_comma_in_singleline instead of deprecated fixers
1 parent b65739c commit fe26cfb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@
161161
'no_superfluous_phpdoc_tags' => [
162162
'allow_mixed' => true,
163163
],
164-
'no_trailing_comma_in_list_call' => true,
165-
'no_trailing_comma_in_singleline_array' => true,
164+
'no_trailing_comma_in_singleline' => true,
166165
'no_trailing_whitespace' => true,
167166
'no_trailing_whitespace_in_comment' => true,
168167
'no_trailing_whitespace_in_string' => true,

0 commit comments

Comments
 (0)