mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
fix test
This commit is contained in:
parent
ce2c6cf438
commit
48ebbe8c4b
@ -1054,9 +1054,9 @@ class FunctionCallTest extends TestCase
|
||||
$d = hrtime(false);',
|
||||
'assertions' => [
|
||||
'$a' => 'int',
|
||||
'$b' => 'array{0: int, 1: int}',
|
||||
'$c' => 'array{0: int, 1: int}|int',
|
||||
'$d' => 'array{0: int, 1: int}',
|
||||
'$b' => 'array{int, int}',
|
||||
'$c' => 'array{int, int}|int',
|
||||
'$d' => 'array{int, int}',
|
||||
],
|
||||
],
|
||||
'PHP73-hrtimeCanBeFloat' => [
|
||||
|
Loading…
Reference in New Issue
Block a user