From e6897dbe86eac192196c40569e1e938bfd134ed9 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 25 Sep 2023 10:47:58 +0000 Subject: [PATCH] fix rector --- Config/rector.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Config/rector.php b/Config/rector.php index 871dd51..a0e9a3a 100644 --- a/Config/rector.php +++ b/Config/rector.php @@ -62,6 +62,7 @@ return static function (RectorConfig $rectorConfig) : void { $rectorConfig->skip([ $base . '/vendor', $base . '/Build', + $base . '/Resources', SimplifyEmptyCheckOnEmptyArrayRector::class, FlipTypeControlToUseExclusiveTypeRector::class, UnusedForeachValueToArrayKeysRector::class,