We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c5719 commit ed0920eCopy full SHA for ed0920e
components/dom_crawler.rst
@@ -141,7 +141,7 @@ Call an anonymous function on each node of the list::
141
return $node->text();
142
});
143
144
-The anonymous function receives the position and the node as arguments.
+The anonymous function receives the position and the node (as a Crawler) as arguments.
145
The result is an array of values returned by the anonymous function calls.
146
147
Adding the Content
0 commit comments