Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Dec 19, 2022
1 parent 8013b0e commit 825f46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ArrayFunctionCallTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ function foo($a)
'$vars' => 'array{x: string, y: string}',
'$c' => 'string',
'$e' => 'list<string>',
'$f' => 'list<string>|string',
'$f' => 'list<string>',
],
],
'arrayKeysNoEmpty' => [
Expand Down

0 comments on commit 825f46f

Please sign in to comment.