Skip to content

Commit

Permalink
Fix testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Jul 25, 2022
1 parent 4e462ff commit bcc9d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ArrayAccessTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ function foo(?array $arr, string $s) : void {
$_arr2[$index] = 5;',
'assertions' => [
'$_arr1===' => 'non-empty-array<1, 5>',
'$_arr2===' => 'non-empty-array<1, 5>',
'$_arr2===' => 'array{1: 5}',
]
],
'accessArrayWithSingleStringLiteralOffset' => [
Expand Down

0 comments on commit bcc9d10

Please sign in to comment.