From 2a897741c068206026bbf9ee48ff597dc8238da4 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Thu, 25 Jan 2024 17:33:33 +0000 Subject: [PATCH] Updated Rector to commit f47b38ed3980eb79113bb1b3b1289fb5a5c05c0f https://github.com/rectorphp/rector-src/commit/f47b38ed3980eb79113bb1b3b1289fb5a5c05c0f typo --- src/Application/VersionResolver.php | 4 ++-- templates/custom-rule/utils/rector/src/Rector/__Name__.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index 1fa890aea5c..3045d8ef0aa 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 = 'bf59fa5aaf4500f6c555e590bc2692fdbda0fee3'; + public const PACKAGE_VERSION = 'f47b38ed3980eb79113bb1b3b1289fb5a5c05c0f'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-01-25 18:31:23'; + public const RELEASE_DATE = '2024-01-25 18:31:45'; /** * @var int */ diff --git a/templates/custom-rule/utils/rector/src/Rector/__Name__.php b/templates/custom-rule/utils/rector/src/Rector/__Name__.php index e64c780d767..5aafd3ba085 100644 --- a/templates/custom-rule/utils/rector/src/Rector/__Name__.php +++ b/templates/custom-rule/utils/rector/src/Rector/__Name__.php @@ -10,7 +10,7 @@ use Symplify\RuleDocGenerator\ValueObject\CodeSample\CodeSample; use Symplify\RuleDocGenerator\ValueObject\RuleDefinition; /** - * @see \Utils\Rector\Tests\Rector\__Name__Test + * @see \Utils\Rector\Tests\Rector\__Name__\__Name__Test */ final class __Name__ extends AbstractRector {