From efe97ca448ad3d7fd29e76adbfcf581f7d9635d7 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 21 Sep 2023 14:44:27 +0000 Subject: [PATCH] update config --- Config/rector.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Config/rector.php b/Config/rector.php index b53cad3..9a9a136 100644 --- a/Config/rector.php +++ b/Config/rector.php @@ -42,6 +42,8 @@ return static function (RectorConfig $rectorConfig): void { ]); $rectorConfig->skip([ + __DIR__ . '/vendor', + __DIR__ . '/Build', SimplifyEmptyCheckOnEmptyArrayRector::class, FlipTypeControlToUseExclusiveTypeRector::class, UnusedForeachValueToArrayKeysRector::class,