Skip to content

Commit

Permalink
Merge branch 'PHP-8.4'
Browse files Browse the repository at this point in the history
* PHP-8.4:
  Add missing backslash for TokenList interfaces in stub (#17009)
  • Loading branch information
nielsdos committed Dec 1, 2024
2 parents 917e120 + d7a37cc commit 514cd20
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 @@ -2100,7 +2100,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 514cd20

Please sign in to comment.