Skip to content

Commit

Permalink
Added the change to the delta callmap for php 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVanSonsbeek committed Jan 25, 2022
1 parent e7ac047 commit 62d458b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dictionaries/CallMap_80_delta.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,10 @@
'old' => ['string|false', 'object'=>'DateTimeInterface', 'format'=>'string'],
'new' => ['string', 'object'=>'DateTimeInterface', 'format'=>'string'],
],
'dom_import_simplexml' => [
'old' => ['DOMElement|false', 'node'=>'SimpleXMLElement'],
'new' => ['DOMElement', 'node'=>'SimpleXMLElement'],
],
'explode' => [
'old' => ['list<string>|false', 'separator'=>'string', 'string'=>'string', 'limit='=>'int'],
'new' => ['list<string>', 'separator'=>'string', 'string'=>'string', 'limit='=>'int'],
Expand Down

0 comments on commit 62d458b

Please sign in to comment.