Skip to content

Commit 0669763

Browse files
authored
Update tests/PHPStan/Rules/Arrays/NonexistentOffsetInArrayDimFetchRuleTest.php
1 parent 44d39ff commit 0669763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/Arrays/NonexistentOffsetInArrayDimFetchRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ public function testInternalClassesWithOverloadedOffsetAccess(): void
906906
public function testInternalClassesWithOverloadedOffsetAccess84(): void
907907
{
908908
if (PHP_VERSION_ID < 80400) {
909-
$this->markTestSkipped('Test requires PHP 8.1.');
909+
$this->markTestSkipped('Test requires PHP 8.4.');
910910
}
911911
$this->analyse([__DIR__ . '/data/internal-classes-overload-offset-access-php84.php'], []);
912912
}

0 commit comments

Comments
 (0)