1
0
mirror of synced 2025-03-05 04:13:20 +03:00

Fix bug in docs

This commit is contained in:
Benjamin Eberlei 2011-06-16 21:18:17 +02:00
parent 41600667c2
commit 97c305452e

View File

@ -819,6 +819,7 @@ class:
</entity> </entity>
</doctrine-mapping> </doctrine-mapping>
Note that the @JoinColumn is not really necessary in this example, Note that the @JoinColumn is not really necessary in this example,
as the defaults would be the same. as the defaults would be the same.
@ -1054,7 +1055,7 @@ one is bidirectional.
// ... // ...
} }
.. code-block:: .. code-block:: xml
<doctrine-mapping> <doctrine-mapping>
<entity name="User"> <entity name="User">
@ -1075,7 +1076,7 @@ one is bidirectional.
</entity> </entity>
</doctrine-mapping> </doctrine-mapping>
.. code-block:: .. code-block:: yaml
User: User:
type: entity type: entity