From 078e4b92d717eee2d26d785b92b83b4f7d4508fd Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sun, 24 Mar 2024 00:29:59 +0000 Subject: [PATCH] Updated Rector to commit 25f3af626f841f7e62606a3a9aa64789a460f74c https://github.com/rectorphp/rector-src/commit/25f3af626f841f7e62606a3a9aa64789a460f74c [automated] Apply Coding Standard (#5769) --- 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 bc7f7b12f21..caafbaae5ed 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 = '087f07ae43a3842cf06b257b0ac69e20cac5a14a'; + public const PACKAGE_VERSION = '25f3af626f841f7e62606a3a9aa64789a460f74c'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-03-24 00:26:50'; + public const RELEASE_DATE = '2024-03-24 00:27:33'; /** * @var int */