Your IP : 216.73.216.81


Current Path : /srv/web/sites/trentinoplant.it/httpdocs/vendor/rector/rector/templates/
Upload File :
Current File : /srv/web/sites/trentinoplant.it/httpdocs/vendor/rector/rector/templates/rector.php.dist

<?php

declare(strict_types=1);

use Rector\Config\RectorConfig;

return RectorConfig::configure()
    ->withPaths([
__PATHS__
    ])
    // uncomment to reach your current PHP version
    // ->withPhpSets()
    ->withTypeCoverageLevel(0);