golden hour
/opt/cpanel/ea-wappspector/vendor/rector/rector/templates
⬆️ Go Up
Upload
File/Folder
Size
Actions
custom-rule
-
Del
OK
custom-rules-annotations
-
Del
OK
rector-github-action-check.yaml
1.17 KB
Del
OK
rector-gitlab-check.yaml
668 B
Del
OK
rector.php.dist
240 B
Del
OK
Edit: 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);
Save