Updated Rector to commit f47b38ed3980eb79113bb1b3b1289fb5a5c05c0f

f47b38ed39 typo
This commit is contained in:
Tomas Votruba 2024-01-25 17:33:33 +00:00
parent b38303863b
commit 2a897741c0
2 changed files with 3 additions and 3 deletions

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api * @api
* @var string * @var string
*/ */
public const PACKAGE_VERSION = 'bf59fa5aaf4500f6c555e590bc2692fdbda0fee3'; public const PACKAGE_VERSION = 'f47b38ed3980eb79113bb1b3b1289fb5a5c05c0f';
/** /**
* @api * @api
* @var string * @var string
*/ */
public const RELEASE_DATE = '2024-01-25 18:31:23'; public const RELEASE_DATE = '2024-01-25 18:31:45';
/** /**
* @var int * @var int
*/ */

View File

@ -10,7 +10,7 @@ use Symplify\RuleDocGenerator\ValueObject\CodeSample\CodeSample;
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition; 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 final class __Name__ extends AbstractRector
{ {