Skip to content

Commit 8ee2abd

Browse files
Debug
1 parent 00239bc commit 8ee2abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/AnalyserIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@ public function testBug8537(): void
11631163
$this->assertNoErrors($errors);
11641164
}
11651165

1166-
#[RequiresPhp('>= 8.0')]
1166+
#[RequiresPhp('>= 8.1')]
11671167
public function testBug7927(): void
11681168
{
11691169
$errors = $this->runAnalyse(__DIR__ . '/data/bug-7927.php');

0 commit comments

Comments
 (0)