1
0
mirror of synced 2024-12-14 07:06:04 +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>
</doctrine-mapping>
Note that the @JoinColumn is not really necessary in this example,
as the defaults would be the same.
@ -1054,7 +1055,7 @@ one is bidirectional.
// ...
}
.. code-block::
.. code-block:: xml
<doctrine-mapping>
<entity name="User">
@ -1075,7 +1076,7 @@ one is bidirectional.
</entity>
</doctrine-mapping>
.. code-block::
.. code-block:: yaml
User:
type: entity