We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2af15b commit fb53a12Copy full SHA for fb53a12
1 file changed
tests/PHPStan/Analyser/AnalyserIntegrationTest.php
@@ -220,6 +220,7 @@ public function testBug2823(): void
220
$this->assertNoErrors($errors);
221
}
222
223
+ #[RequiresPhp('>= 8.0.0')]
224
public function testBug14604(): void
225
{
226
// crash
0 commit comments