Skip to content

Commit 0fa6551

Browse files
committed
Removed the versionadded directives
1 parent d74eb9d commit 0fa6551

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

components/dom_crawler.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -489,10 +489,6 @@ useful methods for working with forms::
489489
$method = $form->getMethod();
490490
$name = $form->getName();
491491

492-
.. versionadded:: 4.4
493-
494-
The ``getName()`` method was introduced in Symfony 4.4.
495-
496492
The :method:`Symfony\\Component\\DomCrawler\\Form::getUri` method does more
497493
than just return the ``action`` attribute of the form. If the form method
498494
is GET, then it mimics the browser's behavior and returns the ``action``

testing.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -811,10 +811,6 @@ their type::
811811
:method:`Symfony\\Component\\DomCrawler\\Form::getName` method to get the
812812
form name.
813813

814-
.. versionadded:: 4.4
815-
816-
The ``getName()`` method was introduced in Symfony 4.4.
817-
818814
.. tip::
819815

820816
If you purposefully want to select "invalid" select/radio values, see

0 commit comments

Comments
 (0)