Skip to content

Commit 6dd5cb4

Browse files
committed
add missing version number to versionadded directive
1 parent b85a9a1 commit 6dd5cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dom_crawler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Call an anonymous function on each node of the list::
157157
return $node->text();
158158
});
159159

160-
.. versionadded::
160+
.. versionadded:: 2.3
161161
As seen here, in Symfony 2.3, the ``each`` and ``reduce`` Closure functions
162162
are passed a ``Crawler`` as the first argument. Previously, that argument
163163
was a :phpclass:`DOMNode`.

0 commit comments

Comments
 (0)