From f11e9d29904e62985bf602be925be0cdee35e157 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sun, 8 Sep 2024 00:35:07 +0000 Subject: [PATCH] Updated Rector to commit a4545b6fccbc6698fadce47a8454ce3acebf97ac https://github.com/rectorphp/rector-src/commit/a4545b6fccbc6698fadce47a8454ce3acebf97ac [automated] Apply Coding Standard (#6297) --- 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 dc8062f29d2..21de5cf8598 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 = 'c9f4b4f843cef6757e6da1de8fb2a6f08987bced'; + public const PACKAGE_VERSION = 'a4545b6fccbc6698fadce47a8454ce3acebf97ac'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-09-07 23:56:00'; + public const RELEASE_DATE = '2024-09-08 00:32:51'; /** * @var int */