1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00
This commit is contained in:
Daniil Gentili 2022-12-19 22:23:31 +01:00
parent 8013b0eea2
commit 825f46f9dc

View File

@ -837,7 +837,7 @@ class ArrayFunctionCallTest extends TestCase
'$vars' => 'array{x: string, y: string}', '$vars' => 'array{x: string, y: string}',
'$c' => 'string', '$c' => 'string',
'$e' => 'list<string>', '$e' => 'list<string>',
'$f' => 'list<string>|string', '$f' => 'list<string>',
], ],
], ],
'arrayKeysNoEmpty' => [ 'arrayKeysNoEmpty' => [