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 b85a9a1 commit 6dd5cb4Copy full SHA for 6dd5cb4
components/dom_crawler.rst
@@ -157,7 +157,7 @@ Call an anonymous function on each node of the list::
157
return $node->text();
158
});
159
160
-.. versionadded::
+.. versionadded:: 2.3
161
As seen here, in Symfony 2.3, the ``each`` and ``reduce`` Closure functions
162
are passed a ``Crawler`` as the first argument. Previously, that argument
163
was a :phpclass:`DOMNode`.
0 commit comments