Commit 725f7ab
committed
bug #10367 [HttpKernel] fixed serialization of the request data collector (fabpot)
This PR was merged into the 2.5-dev branch.
Discussion
----------
[HttpKernel] fixed serialization of the request data collector
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #10361
| License | MIT
| Doc PR | n/a
This fixes a regression introduced in #10352.
Commits
-------
6102f99 [HttpKernel] fixed serialization of the request data collectorFile tree
Expand file treeCollapse file tree
2 files changed
+29
-21
lines changedOpen diff view settings
Filter options
- src/Symfony/Component/HttpKernel
- DataCollector
- Tests/DataCollector
Expand file treeCollapse file tree
2 files changed
+29
-21
lines changedOpen diff view settings
Collapse file
src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php+10-3Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
48 | 48 | |
49 | 49 | |
50 | 50 | |
| 51 | + |
51 | 52 | |
52 | 53 | |
53 | 54 | |
54 | | - |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
55 | 64 | |
56 | | - |
57 | | - |
58 | 65 | |
59 | 66 | |
60 | 67 | |
|
Collapse file
src/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php+19-18Lines changed: 19 additions & 18 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
22 | 22 | |
23 | 23 | |
24 | 24 | |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
| 25 | + |
29 | 26 | |
30 | 27 | |
31 | 28 | |
32 | | - |
| 29 | + |
| 30 | + |
| 31 | + |
33 | 32 | |
34 | 33 | |
35 | 34 | |
36 | 35 | |
37 | 36 | |
38 | | - |
| 37 | + |
39 | 38 | |
40 | 39 | |
41 | 40 | |
42 | 41 | |
43 | 42 | |
44 | 43 | |
45 | 44 | |
| 45 | + |
| 46 | + |
46 | 47 | |
47 | 48 | |
48 | 49 | |
| ||
52 | 53 | |
53 | 54 | |
54 | 55 | |
55 | | - |
56 | | - |
57 | 56 | |
58 | | - |
| 57 | + |
59 | 58 | |
60 | 59 | |
61 | 60 | |
| ||
136 | 135 | |
137 | 136 | |
138 | 137 | |
139 | | - |
| 138 | + |
| 139 | + |
140 | 140 | |
141 | 141 | |
142 | 142 | |
143 | 143 | |
144 | 144 | |
145 | 145 | |
146 | 146 | |
147 | | - |
| 147 | + |
148 | 148 | |
149 | | - |
150 | | - |
151 | | - |
152 | | - |
153 | 149 | |
154 | 150 | |
155 | 151 | |
156 | 152 | |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
157 | 158 | |
| 159 | + |
| 160 | + |
158 | 161 | |
159 | 162 | |
160 | 163 | |
161 | 164 | |
162 | 165 | |
163 | 166 | |
164 | 167 | |
165 | | - |
166 | | - |
167 | | - |
| 168 | + |
168 | 169 | |
169 | 170 | |
170 | 171 | |
|
0 commit comments