8000 minor #18648 [FrameworkBundle] Minor UPGRADE files fix (nicolas-grekas) · symfony/symfony@b26ff03 · GitHub
[go: up one dir, main page]

Skip to content

Commit b26ff03

Browse files
minor #18648 [FrameworkBundle] Minor UPGRADE files fix (nicolas-grekas)
This PR was merged into the 3.1-dev branch. Discussion ---------- [FrameworkBundle] Minor UPGRADE files fix | Q | A | ------------- | --- | Branch? | 3.1 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 0de59f2 [FrameworkBundle] Minor UPGRADE files fix
2 parents f2228d5 + 0de59f2 commit b26ff03

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

UPGRADE-3.1.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,10 @@ FrameworkBundle
103103
104104
```yaml
105105
framework:
106-
serializer: ~
107-
cache:
108-
pools:
109-
serializer:
110-
adapter: cache.adapter.apcu
106+
cache:
107+
pools:
108+
serializer:
109+
adapter: cache.adapter.apcu
111110

112111
HttpKernel
1131 8000 12
----------

UPGRADE-4.0.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,10 @@ FrameworkBundle
9393
9494
```yaml
9595
framework:
96-
serializer: ~
97-
cache:
98-
pools:
99-
serializer:
100-
adapter: cache.adapter.apcu
96+
cache:
97+
pools:
98+
serializer:
99+
adapter: cache.adapter.apcu
101100
```
102101
103102
HttpKernel

0 commit comments

Comments
 (0)
0