File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -1008,6 +1008,5 @@ Learn more
10081008.. _`DAMADoctrineTestBundle` : https://github.com/dmaicher/doctrine-test-bundle
10091009.. _`DoctrineFixturesBundle documentation` : https://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html
10101010.. _`SymfonyMakerBundle` : https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
1011- .. _`symfony/panther` : https://github.com/symfony/panther
10121011.. _`PHPUnit Assertion` : https://phpunit.readthedocs.io/en/stable/assertions.html
10131012.. _`section 4.1.18 of RFC 3875` : https://tools.ietf.org/html/rfc3875#section-4.1.18
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments