Skip to content

Commit d7a37cc

Browse files
authored
Add missing backslash for TokenList interfaces in stub (#17009)
Discovered while trying to generate class synopses.
1 parent 6419ae4 commit d7a37cc

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
@@ -2096,7 +2096,7 @@ public function saveXmlFile(string $filename, int $options = 0): int|false {}
20962096
* @not-serializable
20972097
* @strict-properties
20982098
*/
2099-
final class TokenList implements IteratorAggregate, Countable
2099+
final class TokenList implements \IteratorAggregate, \Countable
21002100
{
21012101
/** @implementation-alias Dom\Node::__construct */
21022102
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)