Skip to content

Commit 3f94efd

Browse files
committed
Make the PHP 7 thing more clear
1 parent 66de96c commit 3f94efd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/php-cs-fixer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
'@PHPUnit75Migration:risky' => true,
2020
'@PHPUnit84Migration:risky' => true,
2121

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

2525
'php_unit_construct' => true,
2626
'php_unit_dedicate_assert' => ['target' => 'newest'],

0 commit comments

Comments
 (0)