1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Update php_xmlreader.stub.php

This commit is contained in:
Máté Kocsis
2020-09-16 13:47:58 +02:00
parent 7a48381e22
commit 81d6ceedec

View File

@@ -76,6 +76,6 @@ class XMLReader
/** @return bool|XMLReader */
public static function XML(string $source, ?string $encoding = null, int $options = 0) {}
/** @return DOMNode|bool */
/** @return DOMNode|false|null */
public function expand(?DOMNode $basenode = null) {}
}