Skip to content

Commit 314c131

Browse files
committed
Fixed the indentation of one code block
1 parent 9a71577 commit 314c131

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

components/routing/hostname_pattern.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -287,10 +287,10 @@ past url matching in your functional tests.
287287

288288
.. code-block:: php
289289
290-
$crawler = $client->request(
291-
'GET',
292-
'/homepage',
293-
array(),
294-
array(),
295-
array('HTTP_HOST' => 'm.' . $client->getContainer()->getParameter('domain'))
296-
);
290+
$crawler = $client->request(
291+
'GET',
292+
'/homepage',
293+
array(),
294+
array(),
295+
array('HTTP_HOST' => 'm.' . $client->getContainer()->getParameter('domain'))
296+
);

0 commit comments

Comments
 (0)