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:
@@ -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) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user