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 79e3f93 commit ad0baee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dictionaries/CallMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -6558,7 +6558,7 @@
'date_time_set' =>
array (
0 => 'DateTime',
'object' => 'int',
'object' => 'DateTime',
'hour' => 'int',
'minute' => 'int',
'second=' => 'int',
Expand Down
2 changes: 1 addition & 1 deletion dictionaries/CallMap_80_delta.php
Original file line number Diff line number Diff line change
Expand Up @@ -3033,7 +3033,7 @@
'old' =>
array (
0 => 'DateTime|false',
'object' => 'int',
'object' => 'DateTime',
'hour' => 'int',
'minute' => 'int',
'second=' => 'int',
Expand Down
2 changes: 1 addition & 1 deletion dictionaries/CallMap_historical.php
Original file line number Diff line number Diff line change
Expand Up @@ -49572,7 +49572,7 @@
'date_time_set' =>
array (
0 => 'DateTime|false',
'object' => 'int',
'object' => 'DateTime',
'hour' => 'int',
'minute' => 'int',
'second=' => 'int',
Expand Down

0 comments on commit ad0baee

Please sign in to comment.