| Current Path : /proc/self/root/opt/cpanel/ea-wappspector/vendor/rector/rector/config/set/ |
| Current File : //proc/self/root/opt/cpanel/ea-wappspector/vendor/rector/rector/config/set/type-declaration.php |
<?php
declare (strict_types=1);
namespace RectorPrefix202411;
use Rector\Config\Level\TypeDeclarationLevel;
use Rector\Config\RectorConfig;
return static function (RectorConfig $rectorConfig) : void {
// the rule order matters, as its used in withTypeCoverageLevel() method
// place the safest rules first, follow by more complex ones
$rectorConfig->rules(TypeDeclarationLevel::RULES);
};