Skip to content

Commit 4520b57

Browse files
committed
cs: upd rules
1 parent b44b8da commit 4520b57

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
@@ -8,8 +8,8 @@
88
->setRules([
99
'@Symfony' => true,
1010
'@Symfony:risky' => true,
11-
'@PHP82Migration:risky' => true,
12-
'@PHP84Migration' => true,
11+
'@PHP80Migration:risky' => true,
12+
'@PHP80Migration' => true,
1313

1414
'combine_consecutive_issets' => true,
1515
'combine_consecutive_unsets' => true,

0 commit comments

Comments
 (0)