Skip to content

Commit 33fba32

Browse files
committed
Update NonexistentOffsetInArrayDimFetchRuleTest.php
1 parent fcd1a6f commit 33fba32

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
@@ -1169,7 +1169,7 @@ public function testBug13770(): void
11691169
66,
11701170
],
11711171
[
1172-
'Offset int might not exist on list<int>.',
1172+
'Offset int might not exist on array.',
11731173
75,
11741174
],
11751175
]);

0 commit comments

Comments
 (0)