From 42fe3c023e7feab1d319f3c30ae4c17806221226 Mon Sep 17 00:00:00 2001 From: Sonata CI Date: Mon, 28 Aug 2023 13:13:04 +0100 Subject: [PATCH] DevKit updates (#8093) --- rector.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rector.php b/rector.php index 26abdc995c..6454e91a6f 100644 --- a/rector.php +++ b/rector.php @@ -20,7 +20,6 @@ use Rector\Config\RectorConfig; use Rector\Php70\Rector\FunctionLike\ExceptionHandlerTypehintRector; use Rector\Php71\Rector\FuncCall\CountOnNullRector; -use Rector\Php80\Rector\FunctionLike\UnionTypesRector; use Rector\Set\ValueObject\LevelSetList; return static function (RectorConfig $rectorConfig): void { @@ -38,8 +37,5 @@ $rectorConfig->skip([ CountOnNullRector::class, ExceptionHandlerTypehintRector::class, - UnionTypesRector::class => [ - __DIR__.'/src/Controller/CRUDController.php', - ], ]); };