-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Remove Doctrine mappings YML from documentation #20050
Comments
I think it should be a deprecated message - as in case of Annotations (on version 6.4 ) Please let me know on which Symfony version should I add this change. |
We can do the change in the |
Looks like I need to add
https://github.com/symfony/symfony-docs/actions/runs/10006460548/job/27659228920?pr=20052 Please advice |
…Sandu, cosminsandu) This PR was merged into the 5.4 branch. Discussion ---------- Remove Doctrine mappings YML from documentation #20050 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- d09a5ba issues/20050 Remove Doctrine mappings YML from documentation try to fix CI a7d1540 Update reference/configuration/doctrine.rst 1a22c51 issues/20050 Remove Doctrine mappings YML from documentation #20050
* 5.4: Minor tweak issues/20050 Remove Doctrine mappings YML from documentation try to fix CI Update reference/configuration/doctrine.rst issues/20050 Remove Doctrine mappings YML from documentation symfony#20050 Signed-off-by: Javier Eguiluz <[email protected]>
* 6.4: Minor tweak issues/20050 Remove Doctrine mappings YML from documentation try to fix CI Update reference/configuration/doctrine.rst issues/20050 Remove Doctrine mappings YML from documentation symfony#20050
Closing as fixed in #20052. |
Since Doctrine 3.0 does not support YML configuration (see doctrine/DoctrineBundle#1071 https://github.com/doctrine/orm/blob/3.0.x/UPGRADE.md#bc-break-remove-yaml-mapping-drivers https://github.com/doctrine/orm/blob/3.0.x/UPGRADE.md#deprecated-yaml-mapping-drivers ) Doctrine Configuration Reference (DoctrineBundle) documentation > Mapping Configuration > type should be updated to not contain
yml
format anymore.please let me know if it is ok to remove the
yml
option from documentation.The text was updated successfully, but these errors were encountered: