From e293557ea074aa1425a0aa1cd31171dcc5d2aca7 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Thu, 14 Mar 2024 08:53:16 +0000 Subject: [PATCH] Updated Rector to commit b870d8f434c4ff0718c970620285dbb7088c5d86 https://github.com/rectorphp/rector-src/commit/b870d8f434c4ff0718c970620285dbb7088c5d86 Remove --skip-type Rector\Core\Rector\AbstractCollectorRector on composer docs command as no longer exists (#5720) --- 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 7c764004350..82e77074eaa 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 = 'fbba8606a56e0643a7b3d1ae9af5fded082eea06'; + public const PACKAGE_VERSION = 'b870d8f434c4ff0718c970620285dbb7088c5d86'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-03-14 15:25:09'; + public const RELEASE_DATE = '2024-03-14 08:50:33'; /** * @var int */