Skip to content

[RFR] Misc. minor fixes mostly related to formatting issues #3899

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Jun 7, 2014
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed a minor indenttation issue
  • Loading branch information
javiereguiluz committed Jun 4, 2014
commit d38f00e71f83563a43bdd5bf50bfd8536b11baab
2 changes: 1 addition & 1 deletion components/routing/hostname_pattern.rst
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ Testing your Controllers
You need to set the Host HTTP header on your request objects if you want to get
past url matching in your functional tests.

.. code-block:: php
.. code-block:: php

$crawler = $client->request(
'GET',
Expand Down