Skip to content

Commit a01e17d

Browse files
committed
doctrine.rst formatting
1 parent 8286895 commit a01e17d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

reference/configuration/doctrine.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,6 @@ Keep in mind that the bundle you want to overwrite has to exist.
546546
),
547547
));
548548
549-
550549
You can also create new mappings. For example outside of the Symfony folder.
551550

552551
.. configuration-block::
@@ -602,9 +601,8 @@ You can also create new mappings. For example outside of the Symfony folder.
602601
),
603602
));
604603
605-
606604
Detecting a Mapping MetadataDriver
607-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
605+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
608606

609607
If the ``type`` on the bundle configuration isn't set,
610608
the DoctrineBundle will try to detect the correct metadata driver for
@@ -621,7 +619,7 @@ there is an ``Entity`` folder in the bundle's root directory.
621619
If the folder does not exist, Doctrine will fall back to using an annotation driver.
622620

623621
The Configuration Directory
624-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
622+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
625623

626624
The default configuration value depends on the used driver.
627625
For drivers that rely on the PHP files (annotation, staticphp) it will

0 commit comments

Comments
 (0)