From 530c01c201ed2c0248ced116a1416b675ba50b7e Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sun, 7 Apr 2024 00:31:48 +0000 Subject: [PATCH] Updated Rector to commit 145b616765b9c534e5ebe4203caa0c0f4dd3b7fc https://github.com/rectorphp/rector-src/commit/145b616765b9c534e5ebe4203caa0c0f4dd3b7fc [automated] Apply Coding Standard (#5806) --- 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 d9c3aef980e..945dd271c0c 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 = '467e971b79acab35e7bb0937166ab2e23bffd245'; + public const PACKAGE_VERSION = '145b616765b9c534e5ebe4203caa0c0f4dd3b7fc'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-04-06 05:35:29'; + public const RELEASE_DATE = '2024-04-07 00:29:00'; /** * @var int */