Skip to content

Commit 7816a6b

Browse files
committed
fix build
1 parent 5f5fefc commit 7816a6b

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
@@ -1095,7 +1095,7 @@ public function testBug8376(): void
10951095
$this->assertNoErrors($errors);
10961096
}
10971097

1098-
#[RequiresPhp('>= 8.0')]
1098+
#[RequiresPhp('>= 8.2')]
10991099
public function testAssertDocblock(): void
11001100
{
11011101
$errors = $this->runAnalyse(__DIR__ . '/nsrt/assert-docblock.php');

0 commit comments

Comments
 (0)