Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Nov 30, 2024
1 parent 8488ac1 commit 15340a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dictionaries/CallMap_80_delta.php
Original file line number Diff line number Diff line change
Expand Up @@ -3042,11 +3042,11 @@
'new' =>
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_set' =>
Expand Down

0 comments on commit 15340a1

Please sign in to comment.