Skip to content

Remove Doctrine mappings YML from documentation #20052

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .doctor-rst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,6 @@ whitelist:
- '.. versionadded:: 3.6' # MonologBundle
- '.. versionadded:: 3.8' # MonologBundle
- '.. versionadded:: 3.5' # Monolog
- '.. versionadded:: 3.0' # Doctrine ORM
- '.. _`a feature to test applications using Mercure`: https://github.com/symfony/panther#creating-isolated-browsers-to-test-apps-using-mercure-or-websocket'
- '.. End to End Tests (E2E)'
7 changes: 6 additions & 1 deletion reference/configuration/doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,14 @@ you can control. The following configuration options exist for a mapping:
........

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

.. versionadded:: 3.0

The ``yml`` mapping configuration is deprecated and will be removed in doctrine/orm 3.0.


See `Doctrine Metadata Drivers`_ for more information about this option.

``dir``
Expand Down
Loading