From 1dbac6e2a3e7f870138ab5f1d4514586225e37a6 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sun, 3 Mar 2024 01:08:26 +0000 Subject: [PATCH] Updated Rector to commit ce70534b3c8406164f630acbe6c7a1b18623d757 https://github.com/rectorphp/rector-src/commit/ce70534b3c8406164f630acbe6c7a1b18623d757 Fix duplicated fixture class name on StaticToSelfStaticMethodCallOnFinalClassRector test (#5679) --- src/Application/VersionResolver.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index 749dc20aad4..5018d011a0f 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 = 'c9fe3caacced982e1c21d7203e9ea0f1bb2092c8'; + public const PACKAGE_VERSION = 'ce70534b3c8406164f630acbe6c7a1b18623d757'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-03-03 08:00:50'; + public const RELEASE_DATE = '2024-03-03 01:06:12'; /** * @var int */