Skip to content

Commit c9c895c

Browse files
committed
Remove a versionadded directive
1 parent 3802426 commit c9c895c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/dom_crawler.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,6 @@ Access the value of the first node of the current selection::
232232
// if content is <p>Foo <span>Bar</span></p>
233233
// innerText() returns 'Foo' and text() returns 'Foo Bar'
234234

235-
.. versionadded:: 5.4
236-
237-
The ``innerText()`` method was introduced in Symfony 5.4.
238-
239235
Access the attribute value of the first node of the current selection::
240236

241237
$class = $crawler->filterXPath('//body/p')->attr('class');

0 commit comments

Comments
 (0)