[FrameworkBundle] Minor UPGRADE files fix

This commit is contained in:
Nicolas Grekas 2016-04-27 09:31:45 +02:00
parent f2228d5cd4
commit 0de59f2143
2 changed files with 8 additions and 10 deletions

View File

@ -103,11 +103,10 @@ FrameworkBundle
```yaml
framework:
serializer: ~
cache:
pools:
serializer:
adapter: cache.adapter.apcu
cache:
pools:
serializer:
adapter: cache.adapter.apcu
HttpKernel
----------

View File

@ -93,11 +93,10 @@ FrameworkBundle
```yaml
framework:
serializer: ~
cache:
pools:
serializer:
adapter: cache.adapter.apcu
cache:
pools:
serializer:
adapter: cache.adapter.apcu
```
HttpKernel