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,