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 6a526bf commit 06de6c0Copy full SHA for 06de6c0
cookbook/doctrine/reverse_engineering.rst
@@ -102,9 +102,8 @@ execute the second command only.
102
.. tip::
103
104
If you want to use annotations, you must remove the XML (or YAML) files
105
- after running these two commands. It is `not possible to mix XML/YAML metadata
106
- definitions with annotated PHP entity class definitions
107
- <http://symfony.com/doc/current/book/doctrine.html#add-mapping-information>`_.
+ after running these two commands. This is necessary as
+ :ref:`it is not possible to mix mapping configuration formats <book-doctrine-adding-mapping>`
108
109
For example, the newly created ``BlogComment`` entity class looks as follow::
110
0 commit comments