Skip to content

Commit

Permalink
[FrameworkBundle] Minor UPGRADE files fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Apr 27, 2016
1 parent f2228d5 commit 0de59f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions UPGRADE-3.1.md
Expand Up @@ -103,11 +103,10 @@ FrameworkBundle

```yaml
framework:
serializer: ~
cache:
pools:
serializer:
adapter: cache.adapter.apcu
cache:
pools:
serializer:
adapter: cache.adapter.apcu

HttpKernel
----------
Expand Down
9 changes: 4 additions & 5 deletions UPGRADE-4.0.md
Expand Up @@ -93,11 +93,10 @@ FrameworkBundle

```yaml
framework:
serializer: ~
cache:
pools:
serializer:
adapter: cache.adapter.apcu
cache:
pools:
serializer:
adapter: cache.adapter.apcu
```

HttpKernel
Expand Down

0 comments on commit 0de59f2

Please sign in to comment.