Skip to content

Commit 66ae90a

Browse files
committed
bump
1 parent 1bcef70 commit 66ae90a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dictionaries/CallMap_84_delta.php

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
'added' => [],
2020
'removed' => [],
2121
'changed' => [
22-
'old' => [
23-
'locale_set_default' => ['bool', 'locale'=>'string'],
24-
'DateInterval::createFromDateString' => ['DateInterval|false', 'datetime'=>'string'],
22+
'locale_set_default' => [
23+
'old' => ['bool', 'locale'=>'string'],
24+
'new' => ['true', 'locale'=>'string'],
2525
],
26-
'new' => [
27-
'locale_set_default' => ['true', 'locale'=>'string'],
28-
'DateInterval::createFromDateString' => ['DateInterval', 'datetime'=>'string'],
26+
'DateInterval::createFromDateString' => [
27+
'old' => ['DateInterval|false', 'datetime'=>'string'],
28+
'new' => ['DateInterval', 'datetime'=>'string'],
2929
]
3030
]
3131
];

0 commit comments

Comments
 (0)