rector/templates/rector.php.dist
Tomas Votruba c4fafc51d3 Updated Rector to commit fb18cc7970063c5a08351767e3af3a7461e34b5b
fb18cc7970 [dx] Show loaded composer based sets in case of --debug (#6435)
2024-11-14 18:10:50 +00:00

16 lines
297 B
Plaintext

<?php
declare(strict_types=1);
use Rector\Config\RectorConfig;
return RectorConfig::configure()
->withPaths([
__PATHS__
])
// uncomment to reach your current PHP version
// ->withPhpSets()
->withTypeCoverageLevel(0)
->withDeadCodeLevel(0)
->withCodeQualityLevel(0);