Skip to content

Commit 0649a4c

Browse files
committed
tweaked docs for previous merge
1 parent 078f9b6 commit 0649a4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Resources/doc/3-listener-support.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ will be delegated to [SensioFrameworkExtraBundle][sensio-extra-bundle].
6666

6767
Note that it is necessary to disable view annotations in
6868
[SensioFrameworkExtraBundle][sensio-extra-bundle] so that FOSRestBundle can take over the handling.
69+
However FOSRestBundle will do this automatically but it does not override any explicit
70+
configuration. So make sure to remove or disable the following setting:
6971

7072
```yaml
7173
# app/config/config.yml
@@ -75,7 +77,6 @@ fos_rest:
7577

7678
sensio_framework_extra:
7779
view: { annotations: false }
78-
router: { annotations: true }
7980
```
8081
8182
```php

0 commit comments

Comments
 (0)