From c82e13ed7a76bd096e6e8c26428ae3466b017e49 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sun, 19 Jul 2026 09:05:48 +0200 Subject: [PATCH] Fix intermittent MissingMethodImplementationRuleTest error --- .../Rules/Methods/MissingMethodImplementationRuleTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/PHPStan/Rules/Methods/MissingMethodImplementationRuleTest.php b/tests/PHPStan/Rules/Methods/MissingMethodImplementationRuleTest.php index ee87f0d52f1..a0f41881263 100644 --- a/tests/PHPStan/Rules/Methods/MissingMethodImplementationRuleTest.php +++ b/tests/PHPStan/Rules/Methods/MissingMethodImplementationRuleTest.php @@ -40,6 +40,7 @@ public function testBug3469(): void $this->analyse([__DIR__ . '/data/bug-3469.php'], []); } + #[RequiresPhp('>= 8.0.0')] public function testBug3958(): void { $this->analyse([__DIR__ . '/data/bug-3958.php'], []);