Skip to content

Commit

Permalink
Merge pull request #384 from michael-bouvy/patch-1
Browse files Browse the repository at this point in the history
Fix YAML extensions of config files
  • Loading branch information
goetas authored Dec 2, 2020
2 parents a8b0114 + ba75080 commit 664bec8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,12 @@ Here is an example on how to inject the service container into your migrations:

.. code-block:: yaml
# config/packages/doctrine_migrations.yml
# config/packages/doctrine_migrations.yaml
doctrine_migrations:
services:
'Doctrine\Migrations\Version\MigrationFactory': 'App\Migrations\Factory\MigrationFactoryDecorator'
# config/services.yml
# config/services.yaml
services:
Doctrine\Migrations\Version\DbalMigrationFactory: ~
App\Migrations\Factory\MigrationFactoryDecorator:
Expand Down Expand Up @@ -330,7 +330,7 @@ for Doctrine's ORM:
.. code-block:: yaml
# config/doctrine/User.orm.yml
# config/doctrine/User.orm.yaml
App\Entity\User:
type: entity
table: user
Expand Down

0 comments on commit 664bec8

Please sign in to comment.