Skip to content

Commit e50fca4

Browse files
committed
Merge branch '4.2' into 4.3
* 4.2: Missed code format
2 parents 4f57153 + cc1d47e commit e50fca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/browser_kit.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ simulate the link click::
105105

106106
If you need the :class:`Symfony\\Component\\DomCrawler\\Link` object that
107107
provides access to the link properties (e.g. ``$link->getMethod()``,
108-
``$link->getUri()``), use this other method:
108+
``$link->getUri()``), use this other method::
109109

110110
// ...
111111
$crawler = $client->request('GET', '/product/123');

0 commit comments

Comments
 (0)