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.
1 parent b65739c commit fe26cfbCopy full SHA for fe26cfb
.php-cs-fixer.dist.php
@@ -161,8 +161,7 @@
161
'no_superfluous_phpdoc_tags' => [
162
'allow_mixed' => true,
163
],
164
- 'no_trailing_comma_in_list_call' => true,
165
- 'no_trailing_comma_in_singleline_array' => true,
+ 'no_trailing_comma_in_singleline' => true,
166
'no_trailing_whitespace' => true,
167
'no_trailing_whitespace_in_comment' => true,
168
'no_trailing_whitespace_in_string' => true,
0 commit comments