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,