We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f44b6 commit 04a187fCopy full SHA for 04a187f
1 file changed
rector.php
@@ -10,7 +10,7 @@
10
__DIR__ . '/tests',
11
])
12
// uncomment to reach your current PHP version
13
- ->withPhpSets(true)
+ ->withPhpSets($php80 = true)
14
->withTypeCoverageLevel(0)
15
->withDeadCodeLevel(0)
16
->withCodeQualityLevel(0);
0 commit comments