mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
fix test
This commit is contained in:
parent
50e729a6d1
commit
ead2e38985
@ -634,8 +634,8 @@ class FunctionCallTest extends TestCase
|
||||
'assertions' => [
|
||||
'$vars' => 'array{x: string, y: string}',
|
||||
'$c' => 'string',
|
||||
'$e' => 'array<int, string>',
|
||||
'$f' => 'array<int, string>|string',
|
||||
'$e' => 'list<string>',
|
||||
'$f' => 'list<string>|string',
|
||||
],
|
||||
],
|
||||
'arrayKeysNoEmpty' => [
|
||||
|
Loading…
Reference in New Issue
Block a user