From 5d8e196d67c6f23a939d18ae81ce86ddbb422b6e Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sat, 23 Mar 2024 20:38:12 +0000 Subject: [PATCH] Updated Rector to commit 11ce9fcc2ca9283af47d2aee343befc111a4e595 https://github.com/rectorphp/rector-src/commit/11ce9fcc2ca9283af47d2aee343befc111a4e595 More fixture on Do_ maybe returned (#5767) --- 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 6ddfc70b5a4..76f721221fc 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 = '879feb8931f1465fa463d539e9ce99ebfae4e948'; + public const PACKAGE_VERSION = '11ce9fcc2ca9283af47d2aee343befc111a4e595'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-03-23 20:30:55'; + public const RELEASE_DATE = '2024-03-23 20:35:54'; /** * @var int */