1
0
mirror of synced 2025-02-04 14:29:26 +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,18 +109,18 @@ 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: MyProject\Model\Employee:
type: entity type: entity
Things to note: Things to note: