Skip to content

Commit 664bec8

Browse files
authored
Merge pull request #384 from michael-bouvy/patch-1
Fix YAML extensions of config files
2 parents a8b0114 + ba75080 commit 664bec8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Resources/doc/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,12 +242,12 @@ Here is an example on how to inject the service container into your migrations:
242242

243243
.. code-block:: yaml
244244
245-
# config/packages/doctrine_migrations.yml
245+
# config/packages/doctrine_migrations.yaml
246246
doctrine_migrations:
247247
services:
248248
'Doctrine\Migrations\Version\MigrationFactory': 'App\Migrations\Factory\MigrationFactoryDecorator'
249249
250-
# config/services.yml
250+
# config/services.yaml
251251
services:
252252
Doctrine\Migrations\Version\DbalMigrationFactory: ~
253253
App\Migrations\Factory\MigrationFactoryDecorator:
@@ -330,7 +330,7 @@ for Doctrine's ORM:
330330
331331
.. code-block:: yaml
332332
333-
# config/doctrine/User.orm.yml
333+
# config/doctrine/User.orm.yaml
334334
App\Entity\User:
335335
type: entity
336336
table: user

0 commit comments

Comments
 (0)