Skip to content

Commit 1a22c51

Browse files
author
Cosmin Sandu
committed
issues/20050 Remove Doctrine mappings YML from documentation
#20050
1 parent 7d5aebc commit 1a22c51

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

reference/configuration/doctrine.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,14 @@ you can control. The following configuration options exist for a mapping:
269269
........
270270

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

275+
.. deprecated:: ORM 3.0
276+
277+
The ``yml`` mapping configuration is deprecated and will be removed in doctrine/orm 3.0.
278+
279+
275280
See `Doctrine Metadata Drivers`_ for more information about this option.
276281

277282
``dir``

0 commit comments

Comments
 (0)