We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074453c commit ca4a8a2Copy full SHA for ca4a8a2
doctrine/reverse_engineering.rst
@@ -64,7 +64,7 @@ files: ``BlogPost.php`` and ``BlogComment.php``.
64
65
.. tip::
66
67
- It's also possible to generate the metadata files into XML or YAML:
+ It's also possible to generate the metadata files into XML or eventually into YAML:
68
69
.. code-block:: terminal
70
@@ -82,7 +82,7 @@ files: ``BlogPost.php`` and ``BlogComment.php``.
82
mappings:
83
App:
84
is_bundle: false
85
- type: yml # Set to xml in case of XML mapping
+ type: xml # "yml" is marked as deprecated for doctrine v2.6+ and will be removed in v3
86
dir: '%kernel.project_dir%/config/doctrine'
87
prefix: 'App\Entity'
88
alias: App
0 commit comments