Skip to content

Commit 27cae20

Browse files
committed
update usage of renamed sets
1 parent 10e6285 commit 27cae20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.php-cs-fixer.dist.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
return (new PhpCsFixer\Config())
1313
->setRiskyAllowed(true)
1414
->setRules(array(
15-
'@PHP71Migration' => true,
16-
'@PHP71Migration:risky' => true,
17-
'@PHPUnit75Migration:risky' => true,
15+
'@PHP7x1Migration' => true,
16+
'@PHP7x1Migration:risky' => true,
17+
'@PHPUnit7x5Migration:risky' => true,
1818
'@PhpCsFixer' => true,
1919
'@PhpCsFixer:risky' => true,
2020
// 'general_phpdoc_annotation_remove' => ['annotations' => ['expectedDeprecation']], // one should use PHPUnit built-in method instead

0 commit comments

Comments
 (0)