From bf59fa5aaf4500f6c555e590bc2692fdbda0fee3 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Thu, 25 Jan 2024 18:31:23 +0100 Subject: [PATCH] fix typo --- .../rector/tests/Rector/__Name__/Fixture/some_class.php.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ?>