Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0de59f2

Browse filesBrowse files
[FrameworkBundle] Minor UPGRADE files fix
1 parent f2228d5 commit 0de59f2
Copy full SHA for 0de59f2

File tree

Expand file treeCollapse file tree

2 files changed

+8
-10
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+8
-10
lines changed

‎UPGRADE-3.1.md

Copy file name to clipboardExpand all lines: UPGRADE-3.1.md
+4-5Lines 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
113112
----------

‎UPGRADE-4.0.md

Copy file name to clipboardExpand all lines: UPGRADE-4.0.md
+4-5Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.