We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c4a5a commit fb68fa8Copy full SHA for fb68fa8
Crawler.php
@@ -18,6 +18,8 @@
18
* Crawler eases navigation of a list of \DOMNode objects.
19
*
20
* @author Fabien Potencier <fabien@symfony.com>
21
+ *
22
+ * @implements \IteratorAggregate<int, \DOMNode>
23
*/
24
class Crawler implements \Countable, \IteratorAggregate
25
{
@@ -1129,7 +1131,7 @@ public function count()
1129
1131
}
1130
1132
1133
/**
- * @return \ArrayIterator|\DOMNode[]
1134
+ * @return \ArrayIterator<int, \DOMNode>
1135
1136
#[\ReturnTypeWillChange]
1137
public function getIterator()
0 commit comments