From e37a8be46f561fc16540268f21343c3573a2187d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 21 Sep 2023 14:52:37 +0000 Subject: [PATCH] fix config --- Config/rector.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Config/rector.php b/Config/rector.php index 9a9a136..2f22743 100644 --- a/Config/rector.php +++ b/Config/rector.php @@ -43,7 +43,9 @@ return static function (RectorConfig $rectorConfig): void { $rectorConfig->skip([ __DIR__ . '/vendor', + __DIR__ . '/../../vendor', __DIR__ . '/Build', + __DIR__ . '/../../Build', SimplifyEmptyCheckOnEmptyArrayRector::class, FlipTypeControlToUseExclusiveTypeRector::class, UnusedForeachValueToArrayKeysRector::class,