rector/config/set/rector-config.php
Tomas Votruba 4708d6b081 Updated Rector to commit c0086b7e14fd72a16df6b8ba0d8b4f9440181a1b
c0086b7e14 [e2e] Add e2e for tests removed node display applied rules with return null (#2320)
2022-05-16 01:19:48 +00:00

11 lines
328 B
PHP

<?php
declare (strict_types=1);
namespace RectorPrefix20220516;
use Rector\Config\RectorConfig;
use Rector\DogFood\Rector\Closure\UpgradeRectorConfigRector;
return static function (\Rector\Config\RectorConfig $rectorConfig) : void {
$rectorConfig->rule(\Rector\DogFood\Rector\Closure\UpgradeRectorConfigRector::class);
};