Skip to content

Commit 196f94c

Browse files
committed
improved comment
1 parent c368689 commit 196f94c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rector.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
__DIR__.'/routes',
3232
__DIR__.'/tests',
3333
])
34-
// uncomment to reach your current PHP version
35-
->withPhpSets()
34+
->withPhpSets() // defaults to the php version from composer
3635
->withTypeCoverageLevel(0)
3736
->withDeadCodeLevel(0)
3837
->withCodeQualityLevel(0);

0 commit comments

Comments
 (0)