mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Fix test
This commit is contained in:
parent
ddbc1d2763
commit
68cdbda8c7
@ -814,7 +814,7 @@ class ArrayAssignmentTest extends TestCase
|
||||
'assertions' => [
|
||||
'$a' => 'array{0: string, 1: int}',
|
||||
'$a_values' => 'non-empty-list<int|string>',
|
||||
'$a_keys' => 'list<int>',
|
||||
'$a_keys' => 'non-empty-list<int>',
|
||||
],
|
||||
],
|
||||
'changeIntOffsetKeyValuesWithDirectAssignment' => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user