From 220688358d14c86e3c6001bf3db2673128fb62ad Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 29 Sep 2023 16:41:07 +0000 Subject: [PATCH] add skip --- Config/rector.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Config/rector.php b/Config/rector.php index b86b1b6..2c04b78 100644 --- a/Config/rector.php +++ b/Config/rector.php @@ -67,6 +67,7 @@ return static function (RectorConfig $rectorConfig) : void { $base . '/Tools', $base . '/cssOMS', $base . '/Admin/Install/Application', + $base . '/Modules/**/Admin/Install/Application', SimplifyEmptyCheckOnEmptyArrayRector::class, FlipTypeControlToUseExclusiveTypeRector::class, UnusedForeachValueToArrayKeysRector::class,