Skip to content

Commit 088310f

Browse files
committed
Merge branch '4.2' into 4.3
* 4.2: [Testing] Fixed a minor formatting issue
2 parents 6e5f041 + a2a60f4 commit 088310f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ given text (or the first clickable image with that ``alt`` attribute)::
716716

717717
If you need access to the :class:`Symfony\\Component\\DomCrawler\\Link` object
718718
that provides helpful methods specific to links (such as ``getMethod()`` and
719-
``getUri()``), use the ``selectLink()`` method instead:
719+
``getUri()``), use the ``selectLink()`` method instead::
720720

721721
$client = static::createClient();
722722
$crawler = $client->request('GET', '/post/hello-world');

0 commit comments

Comments
 (0)