Skip to content

Commit 186775f

Browse files
Merge branch '8.5' into 9.5
2 parents 9be9973 + fe26cfb commit 186775f

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
@@ -157,8 +157,7 @@
157157
'no_superfluous_phpdoc_tags' => [
158158
'allow_mixed' => true,
159159
],
160-
'no_trailing_comma_in_list_call' => true,
161-
'no_trailing_comma_in_singleline_array' => true,
160+
'no_trailing_comma_in_singleline' => true,
162161
'no_trailing_whitespace' => true,
163162
'no_trailing_whitespace_in_comment' => true,
164163
'no_trailing_whitespace_in_string' => true,

0 commit comments

Comments
 (0)