Skip to content

Commit 1425cc2

Browse files
committed
Update NonexistentOffsetInArrayDimFetchRuleTest.php
1 parent 07dcbc8 commit 1425cc2

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
@@ -1175,7 +1175,7 @@ public function testBug13770(): void
11751175
66,
11761176
],
11771177
[
1178-
'Offset int might not exist on list<int>.',
1178+
'Offset int might not exist on array.',
11791179
75,
11801180
],
11811181
]);

0 commit comments

Comments
 (0)