From b38303863b0c3a85077c88c8916cf657c1782934 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Thu, 25 Jan 2024 17:33:11 +0000 Subject: [PATCH] Updated Rector to commit bf59fa5aaf4500f6c555e590bc2692fdbda0fee3 https://github.com/rectorphp/rector-src/commit/bf59fa5aaf4500f6c555e590bc2692fdbda0fee3 fix typo --- src/Application/VersionResolver.php | 4 ++-- .../rector/tests/Rector/__Name__/Fixture/some_class.php.inc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index 5a506ab8db2..1fa890aea5c 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 = '65dbbdd002c9ef71187752d92d1f15a969e7d2ad'; + public const PACKAGE_VERSION = 'bf59fa5aaf4500f6c555e590bc2692fdbda0fee3'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-01-25 18:24:25'; + public const RELEASE_DATE = '2024-01-25 18:31:23'; /** * @var int */ diff --git a/templates/custom-rule/utils/rector/tests/Rector/__Name__/Fixture/some_class.php.inc b/templates/custom-rule/utils/rector/tests/Rector/__Name__/Fixture/some_class.php.inc index 7fb1cf3967e..d097dc3b6e3 100644 --- a/templates/custom-rule/utils/rector/tests/Rector/__Name__/Fixture/some_class.php.inc +++ b/templates/custom-rule/utils/rector/tests/Rector/__Name__/Fixture/some_class.php.inc @@ -10,6 +10,6 @@ namespace Utils\Rector\Tests\Rector\__Name__Test\Fixture; namespace Utils\Rector\Tests\Rector\__Name__Test\Fixture; -// @todo fill code before +// @todo fill code after ?>