From 9498113219f4f101d5e4cebae85ccdb2dc728ba7 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Thu, 14 May 2026 11:44:06 +0200 Subject: [PATCH] Fix PHP 7.4 build --- tests/PHPStan/Analyser/AnalyserIntegrationTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/PHPStan/Analyser/AnalyserIntegrationTest.php b/tests/PHPStan/Analyser/AnalyserIntegrationTest.php index 41e1e66d60..27b9f44c3d 100644 --- a/tests/PHPStan/Analyser/AnalyserIntegrationTest.php +++ b/tests/PHPStan/Analyser/AnalyserIntegrationTest.php @@ -220,6 +220,7 @@ public function testBug2823(): void $this->assertNoErrors($errors); } + #[RequiresPhp('>= 8.0.0')] public function testBug14604(): void { // crash