Skip to content

Commit 514cd20

Browse files
committed
Merge branch 'PHP-8.4'
* PHP-8.4: Add missing backslash for TokenList interfaces in stub (#17009)
2 parents 917e120 + d7a37cc commit 514cd20

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ext/dom/php_dom.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2100,7 +2100,7 @@ public function saveXmlFile(string $filename, int $options = 0): int|false {}
21002100
* @not-serializable
21012101
* @strict-properties
21022102
*/
2103-
final class TokenList implements IteratorAggregate, Countable
2103+
final class TokenList implements \IteratorAggregate, \Countable
21042104
{
21052105
/** @implementation-alias Dom\Node::__construct */
21062106
private function __construct() {}

ext/dom/php_dom_arginfo.h

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

0 commit comments

Comments
 (0)