Skip to content

Commit f4cdeff

Browse files
committed
Improve typehinting
1 parent 635c44d commit f4cdeff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DOMQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ public function __call($name, $arguments)
15941594
/**
15951595
* Get an iterator for the matches in this object.
15961596
*
1597-
* @return Traversable
1597+
* @return Traversable<DOMQuery>
15981598
* Returns an iterator.
15991599
*/
16001600
public function getIterator(): Traversable

0 commit comments

Comments
 (0)