From 674f7950b178423d449744e4544aaa308bb05c3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Mon, 15 Jul 2024 18:02:38 +0200 Subject: [PATCH] Fix test class name --- tests/ControlStructures/ForeachControlStructureTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ControlStructures/ForeachControlStructureTest.php b/tests/ControlStructures/ForeachControlStructureTest.php index 50ad1b6..b824706 100644 --- a/tests/ControlStructures/ForeachControlStructureTest.php +++ b/tests/ControlStructures/ForeachControlStructureTest.php @@ -9,7 +9,7 @@ use Spaze\PHPStan\Rules\Disallowed\DisallowedControlStructureFactory; use Spaze\PHPStan\Rules\Disallowed\RuleErrors\DisallowedControlStructureRuleErrors; -class WhilForeachControlStructureTest extends RuleTestCase +class ForeachControlStructureTest extends RuleTestCase { /**