Skip to content

Commit 0c91fbc

Browse files
authored
Replace deprecated @PHP71Migration rule set
1 parent 4b377fc commit 0c91fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
->setRules(array(
1414
'@Symfony' => true,
1515
'@Symfony:risky' => true,
16-
'@PHP71Migration' => true,
16+
'@PHP7x1Migration' => true,
1717
'@PHPUnit60Migration:risky' => true,
1818
'combine_consecutive_issets' => true,
1919
'combine_consecutive_unsets' => true,

0 commit comments

Comments
 (0)