1
0
mirror of synced 2025-01-18 06:21:40 +03:00

Fixed rendering

Fixed some broken rendering on http://docs.doctrine-project.org/en/latest/reference/yaml-mapping.html
This commit is contained in:
Matthieu Napoli 2013-06-06 11:36:02 +03:00
parent 753d63c2d4
commit 424793c263

View File

@ -19,8 +19,6 @@ In order to work, this requires certain conventions:
convention and you are not forced to do this. You can change the
file extension easily enough.
-
.. code-block:: php
<?php
@ -47,9 +45,9 @@ Simplified YAML Driver
The Symfony project sponsored a driver that simplifies usage of the YAML Driver.
The changes between the original driver are:
1. File Extension is .orm.yml
2. Filenames are shortened, "MyProject\Entities\User" will become User.orm.yml
3. You can add a global file and add multiple entities in this file.
- File Extension is .orm.yml
- Filenames are shortened, "MyProject\\Entities\\User" will become User.orm.yml
- You can add a global file and add multiple entities in this file.
Configuration of this client works a little bit different: