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 ?>