From 5864fb050691643f44c844be3b5e94ed549ee82b Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Wed, 16 Oct 2024 04:55:01 +0000 Subject: [PATCH] Updated Rector to commit cdeea08b786337dc6f537c9cac0ac9dc80a2da8d https://github.com/rectorphp/rector-src/commit/cdeea08b786337dc6f537c9cac0ac9dc80a2da8d Fix duplicated register ContinueToBreakInSwitchRector in php52.php and php73.php (#6385) --- config/set/php73.php | 3 +-- src/Application/VersionResolver.php | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/config/set/php73.php b/config/set/php73.php index 40a4ffda734..ea3a35f315a 100644 --- a/config/set/php73.php +++ b/config/set/php73.php @@ -4,7 +4,6 @@ namespace RectorPrefix202410; use Rector\Config\RectorConfig; -use Rector\Php52\Rector\Switch_\ContinueToBreakInSwitchRector; use Rector\Php73\Rector\BooleanOr\IsCountableRector; use Rector\Php73\Rector\ConstFetch\SensitiveConstantNameRector; use Rector\Php73\Rector\FuncCall\ArrayKeyFirstLastRector; @@ -32,5 +31,5 @@ 'mbereg_search_getregs' => 'mb_ereg_search_getregs', 'mbereg_search_getpos' => 'mb_ereg_search_getpos', ]); - $rectorConfig->rules([StringifyStrNeedlesRector::class, RegexDashEscapeRector::class, ContinueToBreakInSwitchRector::class, SetCookieRector::class, IsCountableRector::class, ArrayKeyFirstLastRector::class, SensitiveDefineRector::class, SensitiveConstantNameRector::class, SensitiveHereNowDocRector::class]); + $rectorConfig->rules([StringifyStrNeedlesRector::class, RegexDashEscapeRector::class, SetCookieRector::class, IsCountableRector::class, ArrayKeyFirstLastRector::class, SensitiveDefineRector::class, SensitiveConstantNameRector::class, SensitiveHereNowDocRector::class]); }; diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index 71ca10e8fa5..aa3b837259d 100644 --- a/src/Application/VersionResolver.php +++ b/src/Application/VersionResolver.php @@ -19,12 +19,12 @@ final class VersionResolver * @api * @var string */ - public const PACKAGE_VERSION = '7be438b5fc0f91a9dc9b70a0b6a38a6bf1e906b2'; + public const PACKAGE_VERSION = 'cdeea08b786337dc6f537c9cac0ac9dc80a2da8d'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-10-15 23:24:55'; + public const RELEASE_DATE = '2024-10-16 11:52:45'; /** * @var int */