Skip to content

Commit 8497da7

Browse files
committed
Update NonexistentOffsetInArrayDimFetchRuleTest.php
1 parent 2230991 commit 8497da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/PHPStan/Rules/Arrays/NonexistentOffsetInArrayDimFetchRuleTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ public function testBug11655(): void
743743
{
744744
$this->analyse([__DIR__ . '/data/bug-11655.php'], [
745745
[
746-
"Offset 3 does not exist on array{string, 'x', array{string, 'x'}}.",
746+
"Offset 3 does not exist on array{non-falsy-string, 'x', array{non-falsy-string, 'x'}}.",
747747
15,
748748
],
749749
]);

0 commit comments

Comments
 (0)