Skip to content

Commit 3517a55

Browse files
committed
Update NonexistentOffsetInArrayDimFetchRuleTest.php
1 parent c42f502 commit 3517a55

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
@@ -1189,6 +1189,7 @@ public function testBug13770(): void
11891189
]);
11901190
}
11911191

1192+
#[RequiresPhp('>= 8.0')]
11921193
public function testBug14234(): void
11931194
{
11941195
$this->reportPossiblyNonexistentGeneralArrayOffset = true;

0 commit comments

Comments
 (0)