1
0
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:
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);
',
'assertions' => [
'$a' => 'array<string, int>',
'$a' => 'array{b:int, a:int}',
'$b' => 'array<int, int>',
],
],