Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed Dec 7, 2021
1 parent c17af41 commit 574c8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ArrayAssignmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1537,7 +1537,7 @@ function test(): array {
$x = [...test(), "a" => "b"];
',
'assertions' => ['$x' => 'non-empty-array<int|string, mixed>']
'assertions' => ['$x' => 'non-empty-array<int|string, mixed|string>']
],
'ArrayOffsetNumericSupPHPINTMAX' => [
'<?php
Expand Down

0 comments on commit 574c8f7

Please sign in to comment.