Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Nov 30, 2024
1 parent 87d3181 commit 8488ac1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
14 changes: 7 additions & 7 deletions dictionaries/CallMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -2556,7 +2556,7 @@
array (
0 => 'void',
'iterator' => 'Iterator',
'flags=' => 'mixed',
'flags=' => 'int',
),
'CachingIterator::__toString' =>
array (
Expand Down Expand Up @@ -6558,11 +6558,11 @@
'date_time_set' =>
array (
0 => 'DateTime',
'object' => 'mixed',
'hour' => 'mixed',
'minute' => 'mixed',
'second=' => 'mixed',
'microsecond=' => 'mixed',
'object' => 'DateTime',
'hour' => 'int',
'minute' => 'int',
'second=' => 'int',
'microsecond=' => 'int',
),
'date_timestamp_get' =>
array (
Expand Down Expand Up @@ -43163,7 +43163,7 @@
'NumberFormatter::format' =>
array (
0 => 'false|string',
'num' => 'mixed',
'num' => 'int|float',
'type=' => 'int',
),
'NumberFormatter::formatCurrency' =>
Expand Down
10 changes: 5 additions & 5 deletions dictionaries/CallMap_80_delta.php
Original file line number Diff line number Diff line change
Expand Up @@ -3033,11 +3033,11 @@
'old' =>
array (
0 => 'DateTime|false',
'object' => 'mixed',
'hour' => 'mixed',
'minute' => 'mixed',
'second=' => 'mixed',
'microsecond=' => 'mixed',
'object' => 'DateTime',
'hour' => 'int',
'minute' => 'int',
'second=' => 'int',
'microsecond=' => 'int',
),
'new' =>
array (
Expand Down
14 changes: 7 additions & 7 deletions dictionaries/CallMap_historical.php
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@
array (
0 => 'void',
'iterator' => 'Iterator',
'flags=' => 'mixed',
'flags=' => 'int',
),
'CachingIterator::__toString' =>
array (
Expand Down Expand Up @@ -21384,7 +21384,7 @@
'NumberFormatter::format' =>
array (
0 => 'false|string',
'num' => 'mixed',
'num' => 'int|float',
'type=' => 'int',
),
'NumberFormatter::formatCurrency' =>
Expand Down Expand Up @@ -49572,11 +49572,11 @@
'date_time_set' =>
array (
0 => 'DateTime|false',
'object' => 'mixed',
'hour' => 'mixed',
'minute' => 'mixed',
'second=' => 'mixed',
'microsecond=' => 'mixed',
'object' => 'DateTime',
'hour' => 'int',
'minute' => 'int',
'second=' => 'int',
'microsecond=' => 'int',
),
'date_timestamp_get' =>
array (
Expand Down

0 comments on commit 8488ac1

Please sign in to comment.