HOME


5h-3LL 1.0
DIR: /opt/cpanel/ea-wappspector/vendor/rector/rector/templates
/opt/cpanel/ea-wappspector/vendor/rector/rector/templates/
Upload File:
Current File : /opt/cpanel/ea-wappspector/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);