EVOLUTION-NINJA
Edit File: up-to-php72.php
<?php declare (strict_types=1); namespace RectorPrefix202411; use Rector\Config\RectorConfig; use Rector\Set\ValueObject\LevelSetList; use Rector\Set\ValueObject\SetList; return static function (RectorConfig $rectorConfig) : void { $rectorConfig->sets([SetList::PHP_72, LevelSetList::UP_TO_PHP_71]); };