Skip to content

Commit c59ceea

Browse files
committed
tests: upd config
1 parent 7ea00f2 commit c59ceea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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-
'@PHP80Migration:risky' => true,
12-
'@PHP80Migration' => true,
11+
'@PHP8x0Migration:risky' => true,
12+
'@PHP8x0Migration' => true,
1313

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

0 commit comments

Comments
 (0)