Skip to content

Commit 1c6d393

Browse files
Fix test
1 parent 9ba6146 commit 1c6d393

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/PHPStan/Rules/Arrays/InvalidKeyInArrayDimFetchRuleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ public function testBug12273(): void
144144
]);
145145
}
146146

147+
#[RequiresPhp('>= 8.1')]
147148
public function testBug12798(): void
148149
{
149150
$this->analyse([__DIR__ . '/../Comparison/data/bug-12798.php'], []);

0 commit comments

Comments
 (0)