Skip to content

Commit

Permalink
Update doctrine.rst
Browse files Browse the repository at this point in the history
Proposed changes to format
  • Loading branch information
healdropper committed Jun 22, 2014
1 parent 4a046fa commit 1ce3fcc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions reference/configuration/doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,9 @@ service where ``[name]`` is the name of the connection.
Shorten configuration syntax
-----------------------------

When you are only using one entity manager, all config options available
for each entity manager can be placed directly under doctrine.orm config level.
When you are only using one entity manager, all config options available
for each entity manager can be placed directly under ``doctrine.orm`` config
level.

.. code-block:: yaml
Expand All @@ -442,6 +443,7 @@ for each entity manager can be placed directly under doctrine.orm config level.
filters:
# ...
This shorten version is commonly used in other documentation sections. Keep in mind that you can't use both syntax at same time.
This shorten version is commonly used in other documentation sections.
Keep in mind that you can't use both syntax at the same time.

.. _`DQL User Defined Functions`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/cookbook/dql-user-defined-functions.html

0 comments on commit 1ce3fcc

Please sign in to comment.