fix spacing for yaml example
This commit is contained in:
parent
ca37f87c27
commit
9a5fc49690
@ -109,19 +109,19 @@ Example:
|
|||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
MyProject\Model\Person:
|
MyProject\Model\Person:
|
||||||
type: entity
|
type: entity
|
||||||
inheritanceType: SINGLE_TABLE
|
inheritanceType: SINGLE_TABLE
|
||||||
discriminatorColumn:
|
discriminatorColumn:
|
||||||
name: discr
|
name: discr
|
||||||
type: string
|
type: string
|
||||||
discriminatorMap:
|
discriminatorMap:
|
||||||
person: Person
|
person: Person
|
||||||
employee: Employee
|
employee: Employee
|
||||||
|
|
||||||
|
MyProject\Model\Employee:
|
||||||
|
type: entity
|
||||||
|
|
||||||
MyProject\Model\Employee:
|
|
||||||
type: entity
|
|
||||||
|
|
||||||
Things to note:
|
Things to note:
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user