From b9449048ac4f7c6afd070d10fdfc9a89f17440a6 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sat, 15 Jun 2024 00:02:40 +0000 Subject: [PATCH] Updated Rector to commit 2741d3cf54674f78b729c9e65fea1cc1d8cc3376 https://github.com/rectorphp/rector-src/commit/2741d3cf54674f78b729c9e65fea1cc1d8cc3376 Update react/promise comment from ignoreErrorsOnPackage() on composer dependency analyser config (#5972) --- 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 96a9d619bee..1c2366fd77a 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 = '04e662edec757daf61d90c4502332c8cbc125067'; + public const PACKAGE_VERSION = '2741d3cf54674f78b729c9e65fea1cc1d8cc3376'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-06-14 20:55:46'; + public const RELEASE_DATE = '2024-06-15 06:59:16'; /** * @var int */