From 73c7f858934fab6e2e3b4abf00a0c1077194fa11 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Sun, 25 Dec 2022 07:04:13 +0700 Subject: [PATCH] skip preview console command --- rector.php | 1 + 1 file changed, 1 insertion(+) diff --git a/rector.php b/rector.php index 4128271c..7d111305 100644 --- a/rector.php +++ b/rector.php @@ -30,6 +30,7 @@ $rectorConfig->importNames(); $rectorConfig->skip([ __DIR__ . '/src/Controller', + __DIR__ . '/src/Command/Preview', __DIR__ . '/src/Middleware/Routed/Preview', CallableThisArrayToAnonymousFunctionRector::class, UnSpreadOperatorRector::class,