Skip to content

Commit 7e1e074

Browse files
committed
make the yaml comment syntax valid
`//` works in php, but does not mean anything in yaml
1 parent ac96a0e commit 7e1e074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ 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:
6969
dir_name: %kernel.root_dir%/DoctrineMigrations
7070
namespace: Application\Migrations

0 commit comments

Comments
 (0)