File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff 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-
172168Node 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-
349337Expression Evaluation
350338~~~~~~~~~~~~~~~~~~~~~
351339
You can’t perform that action at this time.
0 commit comments