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 822a9b4 commit 9488d34Copy full SHA for 9488d34
tests/PHPStan/Analyser/AnalyserIntegrationTest.php
@@ -455,7 +455,7 @@ public function testBug5657(): void
455
456
public function testBug5951(): void
457
{
458
- if (PHP_VERSION_ID < 80000 && !self::$useStaticReflectionProvider) {
+ if (PHP_VERSION_ID < 80000) {
459
$this->markTestSkipped('Test requires PHP 8.0.');
460
}
461
$errors = $this->runAnalyse(__DIR__ . '/data/bug-5951.php');
0 commit comments