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 a572164 commit 27aa880Copy full SHA for 27aa880
config/php-cs-fixer.php
@@ -20,7 +20,7 @@
20
'@PHPUnit84Migration:risky' => true,
21
22
// overwrite the PER2 defaults to restore compatibility with PHP 7.x
23
- 'trailing_comma_in_multiline' => ['elements' => ['arrays', 'match']],
+ 'trailing_comma_in_multiline' => ['elements' => ['arrays']],
24
25
// for `in_array` & friends
26
'strict_param' => true,
0 commit comments