Commit 0829298b authored by Fabien Potencier's avatar Fabien Potencier

merged branch mikemackintosh/patch-2 (PR #545)

This PR was merged into the master branch.

Commits
-------

4772cbe7 Update doc/providers/serializer.rst

Discussion
----------

Update doc/providers/serializer.rst

fixed formatting for codeblocks
parents f662ba3f 4772cbe7
...@@ -34,12 +34,10 @@ Registering ...@@ -34,12 +34,10 @@ Registering
Usage Usage
----- -----
The ``SerializerServiceProvider`` provider provides a ``serializer`` service:: The ``SerializerServiceProvider`` provider provides a ``serializer`` service:
.. code-block:: php .. code-block:: php
<?php
use Silex\Application; use Silex\Application;
use Silex\Provider\SerializerServiceProvider; use Silex\Provider\SerializerServiceProvider;
use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpFoundation\Response;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment