From 9c2a90bc4ce3b7403f605efbf6f4c6a5a03f2d7e Mon Sep 17 00:00:00 2001 From: makmaoui <37940572+makmaoui@users.noreply.github.com> Date: Mon, 24 Jun 2019 22:50:32 +0200 Subject: [PATCH] Missed code format --- components/browser_kit.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/browser_kit.rst b/components/browser_kit.rst index 522dc035b9f..7eeec4ace52 100644 --- a/components/browser_kit.rst +++ b/components/browser_kit.rst @@ -105,7 +105,7 @@ simulate the link click:: If you need the :class:`Symfony\\Component\\DomCrawler\\Link` object that provides access to the link properties (e.g. ``$link->getMethod()``, -``$link->getUri()``), use this other method: +``$link->getUri()``), use this other method:: // ... $crawler = $client->request('GET', '/product/123');