Skip to content

Commit d224e0d

Browse files
committed
Fixed RST issues spotted by DOCtor-RST
1 parent f320bcf commit d224e0d

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

testing.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,6 +1009,5 @@ Learn more
10091009
.. _`DAMADoctrineTestBundle`: https://github.com/dmaicher/doctrine-test-bundle
10101010
.. _`DoctrineFixturesBundle documentation`: https://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html
10111011
.. _`SymfonyMakerBundle`: https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
1012-
.. _`symfony/panther`: https://github.com/symfony/panther
10131012
.. _`PHPUnit Assertion`: https://phpunit.readthedocs.io/en/stable/assertions.html
10141013
.. _`section 4.1.18 of RFC 3875`: https://tools.ietf.org/html/rfc3875#section-4.1.18

testing/dom_crawler.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,3 @@ The Crawler can extract information from the nodes::
9292
$data = $crawler->each(function ($node, $i) {
9393
return $node->attr('href');
9494
});
95-
96-
.. versionadded:: 4.4
97-
98-
The option to trim white spaces in ``text()`` was introduced in Symfony 4.4.

0 commit comments

Comments
 (0)