From 5e3115386a56ef44a73abc3dfe71be4273f2d2fc Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sat, 10 Feb 2024 05:01:44 +0000 Subject: [PATCH] Updated Rector to commit fbbdd50c6214af5a0bd2b9ff3ba3766ca717cf1a https://github.com/rectorphp/rector-src/commit/fbbdd50c6214af5a0bd2b9ff3ba3766ca717cf1a [Config] Use RectorConfig::configure() on tests (#5593) --- 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 b4a42d19c0a..915b25bb76b 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 = '2b913ac43c2f4031153ceb91867ef6ea44abe0db'; + public const PACKAGE_VERSION = 'fbbdd50c6214af5a0bd2b9ff3ba3766ca717cf1a'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-02-09 22:06:14'; + public const RELEASE_DATE = '2024-02-10 11:59:29'; /** * @var int */