Add false return type to saveXML

This commit is contained in:
Daniël Brekelmans 2020-01-27 14:29:42 +01:00 committed by GitHub
parent db02234f03
commit d748dd0373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -895,7 +895,7 @@ class DOMDocument extends DOMNode {
* @param int $options [optional] <p>
* Additional Options. Currently only LIBXML_NOEMPTYTAG is supported.
* </p>
* @return string the XML, or false if an error occurred.
* @return string|false the XML, or false if an error occurred.
*/
public function saveXML (DOMNode $node = null , $options = null) {}