diff --git a/Config/rector.php b/Config/rector.php index 2c04b78..4cb28db 100644 --- a/Config/rector.php +++ b/Config/rector.php @@ -66,8 +66,7 @@ return static function (RectorConfig $rectorConfig) : void { $base . '/Resources', $base . '/Tools', $base . '/cssOMS', - $base . '/Admin/Install/Application', - $base . '/Modules/**/Admin/Install/Application', + '*/Admin/Install/Application', SimplifyEmptyCheckOnEmptyArrayRector::class, FlipTypeControlToUseExclusiveTypeRector::class, UnusedForeachValueToArrayKeysRector::class,