Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed Jan 8, 2022
1 parent ce2c6cf commit 48ebbe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/FunctionCallTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1054,9 +1054,9 @@ class Props {
$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' => [
Expand Down

0 comments on commit 48ebbe8

Please sign in to comment.