Skip to content

Commit 1ce3fcc

Browse files
committed
Update doctrine.rst
Proposed changes to format
1 parent 4a046fa commit 1ce3fcc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

reference/configuration/doctrine.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,9 @@ service where ``[name]`` is the name of the connection.
415415
Shorten configuration syntax
416416
-----------------------------
417417

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

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

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

0 commit comments

Comments
 (0)