Skip to content

Commit ab2e2c7

Browse files
committed
Other fixes
1 parent 18e3a31 commit ab2e2c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

book/from_flat_php_to_symfony2.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -580,10 +580,10 @@ them for you. Here's the same sample application, now built in Symfony::
580580
}
581581
}
582582

583-
The two controllers are still lightweight. Each uses the :doc:`Doctrine ORM library </book/doctrine>`
584-
to retrieve objects from the database and the Templating component to
585-
render a template and return a ``Response`` object. The list template is
586-
now quite a bit simpler:
583+
The two controllers are still lightweight. Each uses the
584+
:doc:`Doctrine ORM library </book/doctrine>` to retrieve objects from the
585+
database and the Templating component to render a template and return a
586+
``Response`` object. The list template is now quite a bit simpler:
587587

588588
.. code-block:: html+php
589589

0 commit comments

Comments
 (0)