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.
2 parents 4f57153 + cc1d47e commit e50fca4Copy full SHA for e50fca4
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