Skip to content

Commit 17f4f02

Browse files
mvoriseksebastianbergmann
authored andcommitted
Fix PHP CS Fixer deprecated config
1 parent 0fd8b03 commit 17f4f02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.php-cs-fixer.dist.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@
151151
'no_superfluous_phpdoc_tags' => [
152152
'allow_mixed' => true,
153153
],
154-
'no_trailing_comma_in_list_call' => true,
155-
'no_trailing_comma_in_singleline_array' => true,
154+
'no_trailing_comma_in_singleline' => true,
156155
'no_trailing_whitespace' => true,
157156
'no_trailing_whitespace_in_comment' => true,
158157
'no_trailing_whitespace_in_string' => true,

0 commit comments

Comments
 (0)