From 62a900a1c07775f8d7f477fccfffcf0cebcf377b Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sat, 18 May 2024 13:31:16 +0000 Subject: [PATCH] Updated Rector to commit 56d55d0d1e7c064f0859c54d5afc05b5d15d6e9a https://github.com/rectorphp/rector-src/commit/56d55d0d1e7c064f0859c54d5afc05b5d15d6e9a 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 588fae83b77..4f27b2fed52 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 = '575921d2bca4a0ef36d55c6fa4ebf1ea01bacc4d'; + public const PACKAGE_VERSION = '56d55d0d1e7c064f0859c54d5afc05b5d15d6e9a'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-05-18 15:27:32'; + public const RELEASE_DATE = '2024-05-18 22:27:53'; /** * @var int */