We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dee819 commit 9c2a90bCopy full SHA for 9c2a90b
components/browser_kit.rst
@@ -105,7 +105,7 @@ simulate the link click::
105
106
If you need the :class:`Symfony\\Component\\DomCrawler\\Link` object that
107
provides access to the link properties (e.g. ``$link->getMethod()``,
108
-``$link->getUri()``), use this other method:
+``$link->getUri()``), use this other method::
109
110
// ...
111
$crawler = $client->request('GET', '/product/123');
0 commit comments