From 50f50de79e94e8204852fa5262b9aa9d3c1947cd Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Thu, 12 Dec 2024 09:38:13 +0000 Subject: [PATCH] Updated Rector to commit 8d2388b38eecaa94558fe9ac35924c0059024732 https://github.com/rectorphp/rector-src/commit/8d2388b38eecaa94558fe9ac35924c0059024732 fix cs --- 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 4303459441a..2e8ef591c1e 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 = '184ce766abb6bdca8d590c757479a67a915251f8'; + public const PACKAGE_VERSION = '8d2388b38eecaa94558fe9ac35924c0059024732'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-12-12 10:33:44'; + public const RELEASE_DATE = '2024-12-12 10:35:16'; /** * @var int */