Skip to content

Commit bff9868

Browse files
committed
Adjust stubs
1 parent 59ac05e commit bff9868

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/dom/php_dom.stub.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public function hasAttributeNS(?string $namespace, string $localName) {}
201201
/** @return bool */
202202
public function removeAttribute(string $qualifiedName) {}
203203

204-
/** @return DOMAttr|false */
204+
/** @return void */
205205
public function removeAttributeNS(?string $namespace, string $localName) {}
206206

207207
/** @return DOMAttr|false */
@@ -210,7 +210,7 @@ public function removeAttributeNode(string $qualifiedName) {}
210210
/** @return DOMAttr|bool */
211211
public function setAttribute(string $qualifiedName, string $value) {}
212212

213-
/** @return bool|null */
213+
/** @return void */
214214
public function setAttributeNS(?string $namespace, string $qualifiedName, string $value) {}
215215

216216
/** @return DOMAttr|null|false */

ext/dom/php_dom_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: 8ac9356f9b19b84e98d335bc9d091b022a0f549d */
2+
* Stub hash: 128108b08807ce0b125fc7b963bf3c5b77e6987a */
33

44
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_dom_import_simplexml, 0, 1, DOMElement, 1)
55
ZEND_ARG_TYPE_INFO(0, node, IS_OBJECT, 0)

0 commit comments

Comments
 (0)