We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea00f2 commit c59ceeaCopy full SHA for c59ceea
1 file changed
.php-cs-fixer.dist.php
@@ -8,8 +8,8 @@
8
->setRules([
9
'@Symfony' => true,
10
'@Symfony:risky' => true,
11
- '@PHP80Migration:risky' => true,
12
- '@PHP80Migration' => true,
+ '@PHP8x0Migration:risky' => true,
+ '@PHP8x0Migration' => true,
13
14
'combine_consecutive_issets' => true,
15
'combine_consecutive_unsets' => true,
0 commit comments