File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -415,8 +415,9 @@ service where ``[name]`` is the name of the connection.
415
415
Shorten configuration syntax
416
416
-----------------------------
417
417
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.
420
421
421
422
.. code-block :: yaml
422
423
@@ -442,6 +443,7 @@ for each entity manager can be placed directly under doctrine.orm config level.
442
443
filters :
443
444
# ...
444
445
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.
446
448
447
449
.. _`DQL User Defined Functions` : http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/cookbook/dql-user-defined-functions.html
You can’t perform that action at this time.
0 commit comments