From ed54ba9621a45ce651ac3b26d6017127d1fd6713 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sun, 30 Jun 2024 17:51:28 +0000 Subject: [PATCH] Updated Rector to commit 9fa1da9262ceb06912363981629a03e8666e9bce https://github.com/rectorphp/rector-src/commit/9fa1da9262ceb06912363981629a03e8666e9bce Add few union type fixtures to ReturnTypeFromStrictTypedCallRector (#6088) --- 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 7e69482826f..133459e37ba 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 = '0482641eaf933bdb7ef52a89f7064126b61366c3'; + public const PACKAGE_VERSION = '9fa1da9262ceb06912363981629a03e8666e9bce'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-06-30 19:47:32'; + public const RELEASE_DATE = '2024-06-30 19:49:05'; /** * @var int */