Skip to content

Commit 81d6cee

Browse files
committed
Update php_xmlreader.stub.php
1 parent 7a48381 commit 81d6cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/xmlreader/php_xmlreader.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ public function setRelaxNGSchemaSource(?string $source) {}
7676
/** @return bool|XMLReader */
7777
public static function XML(string $source, ?string $encoding = null, int $options = 0) {}
7878

79-
/** @return DOMNode|bool */
79+
/** @return DOMNode|false|null */
8080
public function expand(?DOMNode $basenode = null) {}
8181
}

0 commit comments

Comments
 (0)