1
0
mirror of synced 2025-01-19 15:01:40 +03:00

fix spacing for yaml example

This commit is contained in:
Richard Shank 2014-06-16 08:20:14 -07:00
parent ca37f87c27
commit 9a5fc49690

View File

@ -109,18 +109,18 @@ Example:
.. code-block:: yaml
MyProject\Model\Person:
type: entity
inheritanceType: SINGLE_TABLE
discriminatorColumn:
MyProject\Model\Person:
type: entity
inheritanceType: SINGLE_TABLE
discriminatorColumn:
name: discr
type: string
discriminatorMap:
discriminatorMap:
person: Person
employee: Employee
MyProject\Model\Employee:
type: entity
MyProject\Model\Employee:
type: entity
Things to note: