Skip to content

Commit 6a0b666

Browse files
committed
71
1 parent aeab30d commit 6a0b666

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
@@ -14,8 +14,8 @@
1414
->setRules([
1515
'@PhpCsFixer' => true,
1616
'@PhpCsFixer:risky' => true,
17-
'@PHP74Migration' => true,
18-
'@PHP74Migration:risky' => true,
17+
'@PHP71Migration' => true,
18+
'@PHP71Migration:risky' => true,
1919

2020
// required by PSR-12
2121
'concat_space' => [

0 commit comments

Comments
 (0)