From c08fd20bce765c88fad1639756c60a98dc316db6 Mon Sep 17 00:00:00 2001 From: Tomas Votruba <tomas.vot@gmail.com> Date: Sun, 26 Jan 2025 00:34:32 +0000 Subject: [PATCH] Updated Rector to commit c1d6c547285bfe633d125cbb0c2c03f2c09ee39c https://github.com/rectorphp/rector-src/commit/c1d6c547285bfe633d125cbb0c2c03f2c09ee39c [automated] Apply Coding Standard (#6696) --- 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 370ef9ac5a0..91455d2d24b 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 = 'a1170acff3bcbd8ef0f5ec2f833e460c1cb7d418'; + public const PACKAGE_VERSION = 'c1d6c547285bfe633d125cbb0c2c03f2c09ee39c'; /** * @api * @var string */ - public const RELEASE_DATE = '2025-01-25 00:24:38'; + public const RELEASE_DATE = '2025-01-26 00:32:11'; /** * @var int */