Fix bug in docs
This commit is contained in:
parent
41600667c2
commit
97c305452e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user