We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bcef70 commit 66ae90aCopy full SHA for 66ae90a
dictionaries/CallMap_84_delta.php
@@ -19,13 +19,13 @@
19
'added' => [],
20
'removed' => [],
21
'changed' => [
22
- 'old' => [
23
- 'locale_set_default' => ['bool', 'locale'=>'string'],
24
- 'DateInterval::createFromDateString' => ['DateInterval|false', 'datetime'=>'string'],
+ 'locale_set_default' => [
+ 'old' => ['bool', 'locale'=>'string'],
+ 'new' => ['true', 'locale'=>'string'],
25
],
26
- 'new' => [
27
- 'locale_set_default' => ['true', 'locale'=>'string'],
28
- 'DateInterval::createFromDateString' => ['DateInterval', 'datetime'=>'string'],
+ 'DateInterval::createFromDateString' => [
+ 'old' => ['DateInterval|false', 'datetime'=>'string'],
+ 'new' => ['DateInterval', 'datetime'=>'string'],
29
]
30
31
];
0 commit comments