Skip to content

Commit

Permalink
rename yml to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mhor committed Jan 23, 2014
1 parent 6fe2361 commit efe7db4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/symfony2.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Next, the heart of extensions are behavioral listeners which pours all the sugar
create a **yml** service file in our config directory. The setup can be different and located
in the bundle, it depends what you prefer, edit **app/config/doctrine_extensions.yml**
```yml
```yaml
# services to handle doctrine extensions
# import it in config.yml
services:
Expand Down Expand Up @@ -271,7 +271,7 @@ class DoctrineExtensionListener implements ContainerAwareInterface
```
Do not forget to import **doctrine_extensions.yml** in your **app/config/config.yml** etc.:
```yml
```yaml
# file: app/config/config.yml
imports:
- { resource: parameters.yml }
Expand Down

0 comments on commit efe7db4

Please sign in to comment.