Skip to content

Commit 700dc7e

Browse files
committed
Merge pull request #126 from greg0ire/patch-2
make the yaml comment syntax valid
2 parents ac96a0e + 2cd9d1c commit 700dc7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ You can configure the path, namespace, table_name and name in your `config.yml`.
6464

6565
.. code-block:: yaml
6666
67-
// app/config/config.yml
67+
# app/config/config.yml
6868
doctrine_migrations:
69-
dir_name: %kernel.root_dir%/DoctrineMigrations
69+
dir_name: "%kernel.root_dir%/DoctrineMigrations"
7070
namespace: Application\Migrations
7171
table_name: migration_versions
7272
name: Application Migrations

0 commit comments

Comments
 (0)