Skip to content

Commit 27aa880

Browse files
authored
[TASK] Remove another PHP-8-only setting from the PHP-CS-Fixer config (MyIntervals#629)
Resolves problem introduced by MyIntervals#592.
1 parent a572164 commit 27aa880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'@PHPUnit84Migration:risky' => true,
2121

2222
// overwrite the PER2 defaults to restore compatibility with PHP 7.x
23-
'trailing_comma_in_multiline' => ['elements' => ['arrays', 'match']],
23+
'trailing_comma_in_multiline' => ['elements' => ['arrays']],
2424

2525
// for `in_array` & friends
2626
'strict_param' => true,

0 commit comments

Comments
 (0)