From 7f89a08ca20608017262dcf09b018feb2e9a68e8 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sat, 13 Apr 2024 20:38:29 +0000 Subject: [PATCH] Updated Rector to commit 5f212992965828f07b001bf5e3176bcff784bab3 https://github.com/rectorphp/rector-src/commit/5f212992965828f07b001bf5e3176bcff784bab3 [Util] Register AddCoversClassAttributeRector as by guessing class detection (#5820) --- 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 140f3223b0a..0d4f042fb82 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 = '3df5a626e5ae8e13aaef8abfc41a136dbf1f367e'; + public const PACKAGE_VERSION = '5f212992965828f07b001bf5e3176bcff784bab3'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-04-12 09:48:20'; + public const RELEASE_DATE = '2024-04-13 20:35:41'; /** * @var int */