From 4f94d24171aced9fc7e1feb9d95fcf413f0bd1fb Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Wed, 17 Apr 2024 09:15:48 +0000 Subject: [PATCH] Updated Rector to commit 18f482fad0993dbf0b55c628557297610256d87d https://github.com/rectorphp/rector-src/commit/18f482fad0993dbf0b55c628557297610256d87d cleanup (#5825) --- 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 f55281090ae..af24b9745f0 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 = '33b1f2f39ce2e1f3c42c33749cf65e5c3b780e2c'; + public const PACKAGE_VERSION = '18f482fad0993dbf0b55c628557297610256d87d'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-04-17 09:10:23'; + public const RELEASE_DATE = '2024-04-17 09:13:11'; /** * @var int */