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 { /**