Skip to content

Commit 1857c33

Browse files
committed
Update stubs
1 parent 8a6278b commit 1857c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/ext/dom/Dom/TokenList.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @strict-properties
88
*/
99
#[\Since('8.4')]
10-
final class TokenList implements \Dom\IteratorAggregate, \Dom\Countable
10+
final class TokenList implements \IteratorAggregate, \Countable
1111
{
1212
/** @implementation-alias Dom\Node::__construct */
1313
private function __construct()

0 commit comments

Comments
 (0)