Skip to content

Commit

Permalink
Add missing backslash for TokenList interfaces in stub (#17009)
Browse files Browse the repository at this point in the history
Discovered while trying to generate class synopses.
  • Loading branch information
nielsdos authored Dec 1, 2024
1 parent 6419ae4 commit d7a37cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ext/dom/php_dom.stub.php
Original file line number Diff line number Diff line change
Expand Up @@ -2096,7 +2096,7 @@ public function saveXmlFile(string $filename, int $options = 0): int|false {}
* @not-serializable
* @strict-properties
*/
final class TokenList implements IteratorAggregate, Countable
final class TokenList implements \IteratorAggregate, \Countable
{
/** @implementation-alias Dom\Node::__construct */
private function __construct() {}
Expand Down
6 changes: 3 additions & 3 deletions ext/dom/php_dom_arginfo.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d7a37cc

Please sign in to comment.