Skip to content

Commit

Permalink
minor #4660 Fix indentation of YAML example (xelaris)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

Fix indentation of YAML example

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | all
| Fixed tickets |

Commits
-------

52a05c3 Fix indentation of YAML example
  • Loading branch information
wouterj committed Dec 16, 2014
2 parents 7ea4b10 + 52a05c3 commit 2efed8c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cookbook/profiler/storage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ uses MySQL as the storage for the profiler with a lifetime of one hour:
# app/config/config.yml
framework:
profiler:
dsn: "mysql:host=localhost;dbname=%database_name%"
username: "%database_user%"
password: "%database_password%"
lifetime: 3600
profiler:
dsn: "mysql:host=localhost;dbname=%database_name%"
username: "%database_user%"
password: "%database_password%"
lifetime: 3600
.. code-block:: xml
Expand Down

0 comments on commit 2efed8c

Please sign in to comment.