Skip to content

Commit ca292ba

Browse files
committed
fix build
1 parent efb0ab4 commit ca292ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/PHPStan/Rules/Arrays/NonexistentOffsetInArrayDimFetchRuleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,6 +1113,7 @@ public function testBug12805(): void
11131113
$this->analyse([__DIR__ . '/data/bug-12805.php'], []);
11141114
}
11151115

1116+
#[RequiresPhp('>= 8.0')]
11161117
public function testBug6209(): void
11171118
{
11181119
$this->checkExplicitMixed = true;

0 commit comments

Comments
 (0)