From 8a81a3ea1699057ad081dbe23d947a9b66e64b91 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sun, 19 Jan 2025 00:36:20 +0000 Subject: [PATCH] Updated Rector to commit 0ba27d165c5ea7fcd0faa3eace142030c2ae3d18 https://github.com/rectorphp/rector-src/commit/0ba27d165c5ea7fcd0faa3eace142030c2ae3d18 [automated] Apply Coding Standard (#6680) --- 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 937f231fbaf..827d488ffe9 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 = '0c368224b325087933f286a8e19be972b1ac85ae'; + public const PACKAGE_VERSION = '0ba27d165c5ea7fcd0faa3eace142030c2ae3d18'; /** * @api * @var string */ - public const RELEASE_DATE = '2025-01-19 02:25:31'; + public const RELEASE_DATE = '2025-01-19 00:33:52'; /** * @var int */