]> granicus.if.org Git - php/commitdiff
XMLReader::getAttributeNs() can no longer return false
authorMáté Kocsis <kocsismate@woohoolabs.com>
Wed, 16 Sep 2020 11:45:13 +0000 (13:45 +0200)
committerMáté Kocsis <kocsismate@woohoolabs.com>
Wed, 16 Sep 2020 11:45:13 +0000 (13:45 +0200)
ext/xmlreader/php_xmlreader.stub.php
ext/xmlreader/php_xmlreader_arginfo.h

index 582919d49721f41de52270227d153626ee4e49e6..7879114b88acd6fcc9daca788cd26a9dcaf36ab6 100644 (file)
@@ -13,7 +13,7 @@ class XMLReader
     /** @return string|null */
     public function getAttributeNo(int $index) {}
 
-    /** @return string|null|false */
+    /** @return string|null */
     public function getAttributeNs(string $name, string $namespaceURI) {}
 
     /** @return bool */
index 0690d414163e551978501f42d38b2d4ee397d9c1..438519d175c00a516895d316c9745096d416cc9b 100644 (file)
@@ -1,5 +1,5 @@
 /* This is a generated file, edit the .stub.php file instead.
- * Stub hash: 90e6d525ba87399c54f36965ebf18dbf65084617 */
+ * Stub hash: 88fc95de4659089aa7ac11c43b4b9d3cc4ea11ad */
 
 ZEND_BEGIN_ARG_INFO_EX(arginfo_class_XMLReader_close, 0, 0, 0)
 ZEND_END_ARG_INFO()