We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c368689 commit 196f94cCopy full SHA for 196f94c
rector.php
@@ -31,8 +31,7 @@
31
__DIR__.'/routes',
32
__DIR__.'/tests',
33
])
34
- // uncomment to reach your current PHP version
35
- ->withPhpSets()
+ ->withPhpSets() // defaults to the php version from composer
36
->withTypeCoverageLevel(0)
37
->withDeadCodeLevel(0)
38
->withCodeQualityLevel(0);
0 commit comments