From 6dd5cb4398cf538eba1fe98545b94da21eb5da09 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sun, 3 Nov 2013 10:47:07 +0100 Subject: [PATCH] add missing version number to versionadded directive --- components/dom_crawler.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dom_crawler.rst b/components/dom_crawler.rst index d1ae7a66e3f..e2ad3f5e09b 100644 --- a/components/dom_crawler.rst +++ b/components/dom_crawler.rst @@ -157,7 +157,7 @@ Call an anonymous function on each node of the list:: return $node->text(); }); -.. versionadded:: +.. versionadded:: 2.3 As seen here, in Symfony 2.3, the ``each`` and ``reduce`` Closure functions are passed a ``Crawler`` as the first argument. Previously, that argument was a :phpclass:`DOMNode`.