We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0071874 + 351b550 commit 4bc2345Copy full SHA for 4bc2345
.php-cs-fixer.dist.php
@@ -151,8 +151,7 @@
151
'no_superfluous_phpdoc_tags' => [
152
'allow_mixed' => true,
153
],
154
- 'no_trailing_comma_in_list_call' => true,
155
- 'no_trailing_comma_in_singleline_array' => true,
+ 'no_trailing_comma_in_singleline' => true,
156
'no_trailing_whitespace' => true,
157
'no_trailing_whitespace_in_comment' => true,
158
'no_trailing_whitespace_in_string' => true,
0 commit comments