1
0
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:
Matt Brown 2018-09-04 13:30:17 -04:00
parent 681b5fb4a5
commit 34fe935eb6

View File

@ -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>',
], ],
], ],