From 8e5eb93b0b474a2478cf944a914b63fa209f207f Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Wed, 14 Feb 2024 19:38:02 +0000 Subject: [PATCH] Updated Rector to commit 4a3137cf6e5d0e0e71ee93e6f9b82ae9726603e6 https://github.com/rectorphp/rector-src/commit/4a3137cf6e5d0e0e71ee93e6f9b82ae9726603e6 remove cached fixture --- 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 ab99b422812..e3ac0444926 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 = '2ff0f08bd7f7f6c848821bcabf0872f81a9c440b'; + public const PACKAGE_VERSION = '4a3137cf6e5d0e0e71ee93e6f9b82ae9726603e6'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-02-14 19:26:45'; + public const RELEASE_DATE = '2024-02-14 20:36:40'; /** * @var int */