Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Nov 26, 2024
1 parent 1bcef70 commit 66ae90a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dictionaries/CallMap_84_delta.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
'added' => [],
'removed' => [],
'changed' => [
'old' => [
'locale_set_default' => ['bool', 'locale'=>'string'],
'DateInterval::createFromDateString' => ['DateInterval|false', 'datetime'=>'string'],
'locale_set_default' => [
'old' => ['bool', 'locale'=>'string'],
'new' => ['true', 'locale'=>'string'],
],
'new' => [
'locale_set_default' => ['true', 'locale'=>'string'],
'DateInterval::createFromDateString' => ['DateInterval', 'datetime'=>'string'],
'DateInterval::createFromDateString' => [
'old' => ['DateInterval|false', 'datetime'=>'string'],
'new' => ['DateInterval', 'datetime'=>'string'],
]
]
];

0 comments on commit 66ae90a

Please sign in to comment.