1
0
mirror of synced 2025-01-25 01:31:40 +03:00

Merge pull request #1059 from iampersistent/patch-3

fix spacing for yaml example
This commit is contained in:
Marco Pivetta 2014-06-16 20:21:30 +02:00
commit ef43b223fd

View File

@ -109,19 +109,19 @@ 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: