Preview: php84.php
Size: 291 B
//opt/cpanel/ea-wappspector/vendor/rector/rector/config/set/php84.php
<?php
declare (strict_types=1);
namespace RectorPrefix202411;
use Rector\Config\RectorConfig;
use Rector\Php84\Rector\Param\ExplicitNullableParamTypeRector;
return static function (RectorConfig $rectorConfig) : void {
$rectorConfig->rules([ExplicitNullableParamTypeRector::class]);
};
Directory Contents
Dirs: 1 × Files: 28