Skip to content

Commit 7a48381

Browse files
committed
XMLReader::getAttributeNs() can no longer return false
1 parent f786c0e commit 7a48381

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/xmlreader/php_xmlreader.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function getAttribute(string $name) {}
1313
/** @return string|null */
1414
public function getAttributeNo(int $index) {}
1515

16-
/** @return string|null|false */
16+
/** @return string|null */
1717
public function getAttributeNs(string $name, string $namespaceURI) {}
1818

1919
/** @return bool */

ext/xmlreader/php_xmlreader_arginfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This is a generated file, edit the .stub.php file instead.
2-
* Stub hash: 90e6d525ba87399c54f36965ebf18dbf65084617 */
2+
* Stub hash: 88fc95de4659089aa7ac11c43b4b9d3cc4ea11ad */
33

44
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_XMLReader_close, 0, 0, 0)
55
ZEND_END_ARG_INFO()

0 commit comments

Comments
 (0)