Skip to content

Commit cc1d47e

Browse files
committed
minor #11821 Missed code format (makmaoui)
This PR was submitted for the master branch but it was merged into the 4.2 branch instead (closes #11821). Discussion ---------- Missed code format <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 9c2a90b Missed code format
2 parents 6dee819 + 9c2a90b commit cc1d47e

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)