1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Fixed return type in the historical callmap, and the old state in the CallMap_80_delta.php

This commit is contained in:
Kevin van Sonsbeek 2022-01-26 18:02:27 +01:00
parent 5a1ddf5e2d
commit 7507274b1c
2 changed files with 2 additions and 2 deletions

View File

@ -310,7 +310,7 @@ return [
'new' => ['string', 'object'=>'DateTimeInterface', 'format'=>'string'],
],
'dom_import_simplexml' => [
'old' => ['DOMElement|false', 'node'=>'SimpleXMLElement'],
'old' => ['DOMElement|null', 'node'=>'SimpleXMLElement'],
'new' => ['DOMElement', 'node'=>'SimpleXMLElement'],
],
'explode' => [

View File

@ -10391,7 +10391,7 @@ return [
'dom_document_schema_validate' => ['bool', 'source'=>'string', 'flags'=>'int'],
'dom_document_schema_validate_file' => ['bool', 'filename'=>'string', 'flags'=>'int'],
'dom_document_xinclude' => ['int', 'options'=>'int'],
'dom_import_simplexml' => ['DOMElement|false', 'node'=>'SimpleXMLElement'],
'dom_import_simplexml' => ['DOMElement|null', 'node'=>'SimpleXMLElement'],
'dom_xpath_evaluate' => ['', 'expr'=>'string', 'context'=>'DOMNode', 'registernodens'=>'bool'],
'dom_xpath_query' => ['DOMNodeList', 'expr'=>'string', 'context'=>'DOMNode', 'registernodens'=>'bool'],
'dom_xpath_register_ns' => ['bool', 'prefix'=>'string', 'uri'=>'string'],