mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Fix sort test
This commit is contained in:
parent
681b5fb4a5
commit
34fe935eb6
@ -25,7 +25,7 @@ class ArgTest extends TestCase
|
||||
sort($b);
|
||||
',
|
||||
'assertions' => [
|
||||
'$a' => 'array<string, int>',
|
||||
'$a' => 'array{b:int, a:int}',
|
||||
'$b' => 'array<int, int>',
|
||||
],
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user