Skip to content

Commit 7f17991

Browse files
committed
Tweaks
1 parent 49acb20 commit 7f17991

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

reference/configuration/doctrine.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,12 @@ you can control. The following configuration options exist for a mapping:
265265
``type``
266266
........
267267

268-
One of ``annotation`` (the default value), ``attribute``, ``xml``, ``yml``, ``php`` or
268+
One of ``annotation`` (for PHP annotations; it's the default value),
269+
``attribute`` (for PHP attributes), ``xml``, ``yml``, ``php`` or
269270
``staticphp``. This specifies which type of metadata type your mapping uses.
270271

272+
See `Doctrine Metadata Drivers`_ for more information about this option.
273+
271274
``dir``
272275
.......
273276

@@ -453,3 +456,4 @@ is ``true``, the DoctrineBundle will prefix the ``dir`` configuration with
453456
the path of the bundle.
454457

455458
.. _DBAL documentation: https://www.doctrine-project.org/projects/doctrine-dbal/en/current/reference/configuration.html
459+
.. _`Doctrine Metadata Drivers`: https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/metadata-drivers.html

0 commit comments

Comments
 (0)