Skip to content

Commit 3a7c37c

Browse files
committed
Mark XMLDocument::validate() no longer as tentative-return-type
1 parent 439c99c commit 3a7c37c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/dom/php_dom.stub.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,6 @@ public static function createFromString(string $source, int $options = 0, ?strin
11971197
public function createEntityReference(string $name) {}
11981198

11991199
/**
1200-
* @tentative-return-type
12011200
* @implementation-alias DOMDocument::validate
12021201
*/
12031202
public function validate(): bool {}

ext/dom/php_dom_arginfo.h

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)