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 40e7881 commit 79e3f93
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
12 changes: 6 additions & 6 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' => 'int',
'hour' => 'int',
'minute' => 'int',
'second=' => 'int',
'microsecond=' => 'int',
),
'date_timestamp_get' =>
array (
Expand Down
20 changes: 10 additions & 10 deletions dictionaries/CallMap_80_delta.php
Original file line number Diff line number Diff line change
Expand Up @@ -3033,20 +3033,20 @@
'old' =>
array (
0 => 'DateTime|false',
'object' => 'mixed',
'hour' => 'mixed',
'minute' => 'mixed',
'second=' => 'mixed',
'microsecond=' => 'mixed',
'object' => 'int',
'hour' => 'int',
'minute' => 'int',
'second=' => 'int',
'microsecond=' => 'int',
),
'new' =>
array (
0 => 'DateTime',
'object' => 'mixed',
'hour' => 'mixed',
'minute' => 'mixed',
'second=' => 'mixed',
'microsecond=' => 'mixed',
'object' => 'int',
'hour' => 'int',
'minute' => 'int',
'second=' => 'int',
'microsecond=' => 'int',
),
),
'date_timestamp_set' =>
Expand Down
12 changes: 6 additions & 6 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 @@ -49572,11 +49572,11 @@
'date_time_set' =>
array (
0 => 'DateTime|false',
'object' => 'mixed',
'hour' => 'mixed',
'minute' => 'mixed',
'second=' => 'mixed',
'microsecond=' => 'mixed',
'object' => 'int',
'hour' => 'int',
'minute' => 'int',
'second=' => 'int',
'microsecond=' => 'int',
),
'date_timestamp_get' =>
array (
Expand Down

0 comments on commit 79e3f93

Please sign in to comment.