From e2f1022faefb2ad03ffaefa7bf3e5d135c20847b Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sun, 26 Nov 2023 00:28:38 +0000 Subject: [PATCH] Updated Rector to commit b11e87fa978ec5692785b61d90ebd89c9b922108 https://github.com/rectorphp/rector-src/commit/b11e87fa978ec5692785b61d90ebd89c9b922108 [automated] Apply Coding Standard (#5288) --- 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 0cc5761ba410..a8657d9f3516 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 = '9ddef0001c3b7251f80e0c06d6ef0d35363a7cd4'; + public const PACKAGE_VERSION = 'b11e87fa978ec5692785b61d90ebd89c9b922108'; /** * @api * @var string */ - public const RELEASE_DATE = '2023-11-25 22:14:15'; + public const RELEASE_DATE = '2023-11-26 00:26:26'; /** * @var int */