Skip to content

Commit 49e9366

Browse files
Slamdunkondrejmirtes
authored andcommitted
Corrent return types for DOMDocument::saveHTMLFile and DOMDocument::saveXML
1 parent 0448d28 commit 49e9366

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Reflection/SignatureMap/functionMap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1924,8 +1924,8 @@
19241924
'DOMDocument::relaxNGValidateSource' => ['bool', 'source'=>'string'],
19251925
'DOMDocument::save' => ['int', 'filename'=>'string', 'options='=>'int'],
19261926
'DOMDocument::saveHTML' => ['string|false', 'node='=>'?DOMNode'],
1927-
'DOMDocument::saveHTMLFile' => ['int', 'filename'=>'string'],
1928-
'DOMDocument::saveXML' => ['string', 'node='=>'?DOMNode', 'options='=>'int'],
1927+
'DOMDocument::saveHTMLFile' => ['int|false', 'filename'=>'string'],
1928+
'DOMDocument::saveXML' => ['string|false', 'node='=>'?DOMNode', 'options='=>'int'],
19291929
'DOMDocument::schemaValidate' => ['bool', 'filename'=>'string', 'flags='=>'int'],
19301930
'DOMDocument::schemaValidateSource' => ['bool', 'source'=>'string', 'flags='=>'int'],
19311931
'DOMDocument::validate' => ['bool'],

0 commit comments

Comments
 (0)