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