Skip to content

Commit 9a02a23

Browse files
committed
Update php-cs-fixer rulesets
1 parent b1f4b03 commit 9a02a23

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
@@ -13,8 +13,8 @@
1313
->setRules([
1414
'@PER-CS2.0' => true,
1515
'@PER-CS2.0:risky' => true,
16-
'@PHP74Migration' => true,
17-
'@PHP74Migration:risky' => true,
16+
'@PHP81Migration' => true,
17+
'@PHP80Migration:risky' => true,
1818
'@PHPUnit84Migration:risky' => true,
1919
'no_alias_functions' => true,
2020
])

0 commit comments

Comments
 (0)