Skip to content

Commit 3a8f6cd

Browse files
chore: rename deprecated php-cs-fixer rulesets
1 parent 2d386f7 commit 3a8f6cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.php-cs-fixer.dist.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
return (new PhpCsFixer\Config())
44
->setRules([
5-
'@PHP71Migration' => true,
6-
'@PHPUnit75Migration:risky' => true,
5+
'@PHP7x1Migration' => true,
6+
'@PHPUnit7x5Migration:risky' => true,
77
'@Symfony' => true,
88
'@Symfony:risky' => true,
99
'protected_to_private' => false,

0 commit comments

Comments
 (0)