Skip to content

Commit ad0baee

Browse files
committed
fix
1 parent 79e3f93 commit ad0baee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dictionaries/CallMap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6558,7 +6558,7 @@
65586558
'date_time_set' =>
65596559
array (
65606560
0 => 'DateTime',
6561-
'object' => 'int',
6561+
'object' => 'DateTime',
65626562
'hour' => 'int',
65636563
'minute' => 'int',
65646564
'second=' => 'int',

dictionaries/CallMap_80_delta.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3033,7 +3033,7 @@
30333033
'old' =>
30343034
array (
30353035
0 => 'DateTime|false',
3036-
'object' => 'int',
3036+
'object' => 'DateTime',
30373037
'hour' => 'int',
30383038
'minute' => 'int',
30393039
'second=' => 'int',

dictionaries/CallMap_historical.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -49572,7 +49572,7 @@
4957249572
'date_time_set' =>
4957349573
array (
4957449574
0 => 'DateTime|false',
49575-
'object' => 'int',
49575+
'object' => 'DateTime',
4957649576
'hour' => 'int',
4957749577
'minute' => 'int',
4957849578
'second=' => 'int',

0 commit comments

Comments
 (0)