From 2bf9bab23583e11fe68e8b2b2574c27f20eb7226 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sun, 17 Mar 2024 00:29:09 +0000 Subject: [PATCH] Updated Rector to commit a94605a3c00447f1f3348b66d0719652cb2aa8ce https://github.com/rectorphp/rector-src/commit/a94605a3c00447f1f3348b66d0719652cb2aa8ce [automated] Apply Coding Standard (#5730) --- 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 9258f970a6a..97a989830c7 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 = '0a07bf39b8c3852a0bd289280ee6e60080561447'; + public const PACKAGE_VERSION = 'a94605a3c00447f1f3348b66d0719652cb2aa8ce'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-03-17 00:26:08'; + public const RELEASE_DATE = '2024-03-17 00:26:35'; /** * @var int */