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,