Skip to content

Commit 8c9aa6e

Browse files
committed
Remove old versionadded directives. #12225
1 parent 072a8f1 commit 8c9aa6e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

components/dom_crawler.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,6 @@ Verify if the current node matches a selector::
165165

166166
$crawler->matches('p.lorem');
167167

168-
.. versionadded:: 4.4
169-
170-
The ``matches()`` method was introduced in Symfony 4.4.
171-
172168
Node Traversing
173169
~~~~~~~~~~~~~~~
174170

@@ -203,10 +199,6 @@ Get the first parents (heading toward the document root) of the element that mat
203199

204200
$crawler->closest('p.lorem');
205201

206-
.. versionadded:: 4.4
207-
208-
The ``closest()`` method was introduced in Symfony 4.4.
209-
210202
.. note::
211203

212204
All the traversal methods return a new :class:`Symfony\\Component\\DomCrawler\\Crawler`
@@ -342,10 +334,6 @@ and :phpclass:`DOMNode` objects::
342334

343335
$html = $crawler->outerHtml();
344336

345-
.. versionadded:: 4.4
346-
347-
The ``outerHtml()`` method was introduced in Symfony 4.4.
348-
349337
Expression Evaluation
350338
~~~~~~~~~~~~~~~~~~~~~
351339

0 commit comments

Comments
 (0)