Commit 9133b9e
File tree
Expand file treeCollapse file tree
45 files changed
+363
-279
lines changedFilter options
- src/Symfony
- Components
- HttpFoundation
- SessionStorage
- HttpKernel
- Cache
- Profiler
- Foundation
- Cache
- DependencyInjection
- Resources/config
- Framework/FoundationBundle
- Controller
- DependencyInjection
- Resources/config
- Templating/Helper
- Test
- Tests/DependencyInjection
- tests/Symfony/Tests/Components
- HttpFoundation
- HttpKernel
- Cache
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
45 files changed
+363
-279
lines changedsrc/Symfony/Components/HttpKernel/CacheControl.php renamed to src/Symfony/Components/HttpFoundation/CacheControl.php
Copy file name to clipboardExpand all lines: src/Symfony/Components/HttpFoundation/CacheControl.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
|
src/Symfony/Components/HttpKernel/HeaderBag.php renamed to src/Symfony/Components/HttpFoundation/HeaderBag.php
Copy file name to clipboardExpand all lines: src/Symfony/Components/HttpFoundation/HeaderBag.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
|
src/Symfony/Components/HttpKernel/ParameterBag.php renamed to src/Symfony/Components/HttpFoundation/ParameterBag.php
Copy file name to clipboardExpand all lines: src/Symfony/Components/HttpFoundation/ParameterBag.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
|
src/Symfony/Components/HttpKernel/Request.php renamed to src/Symfony/Components/HttpFoundation/Request.php
Copy file name to clipboardExpand all lines: src/Symfony/Components/HttpFoundation/Request.php+25-2Lines changed: 25 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
| 4 | + |
| 5 | + |
4 | 6 |
|
5 | 7 |
|
6 | 8 |
|
| ||
15 | 17 |
|
16 | 18 |
|
17 | 19 |
|
18 |
| - |
| 20 | + |
19 | 21 |
|
20 | 22 |
|
21 | 23 |
|
| ||
37 | 39 |
|
38 | 40 |
|
39 | 41 |
|
| 42 | + |
40 | 43 |
|
41 | 44 |
|
42 | 45 |
|
| ||
210 | 213 |
|
211 | 214 |
|
212 | 215 |
|
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
213 | 236 |
|
214 | 237 |
|
215 | 238 |
|
|
src/Symfony/Components/HttpKernel/Response.php renamed to src/Symfony/Components/HttpFoundation/Response.php
Copy file name to clipboardExpand all lines: src/Symfony/Components/HttpFoundation/Response.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
|
src/Symfony/Framework/FoundationBundle/User.php renamed to src/Symfony/Components/HttpFoundation/Session.php
Copy file name to clipboardExpand all lines: src/Symfony/Components/HttpFoundation/Session.php+40-27Lines changed: 40 additions & 27 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 |
| - |
6 |
| - |
7 |
| - |
| 5 | + |
8 | 6 |
|
9 | 7 |
|
10 | 8 |
|
| ||
16 | 14 |
|
17 | 15 |
|
18 | 16 |
|
19 |
| - |
| 17 | + |
20 | 18 |
|
21 | 19 |
|
22 | 20 |
|
23 | 21 |
|
24 | 22 |
|
25 |
| - |
| 23 | + |
26 | 24 |
|
27 |
| - |
| 25 | + |
28 | 26 |
|
29 | 27 |
|
30 | 28 |
|
| 29 | + |
| 30 | + |
31 | 31 |
|
32 | 32 |
|
33 |
| - |
| 33 | + |
34 | 34 |
|
35 |
| - |
36 |
| - |
37 |
| - |
| 35 | + |
| 36 | + |
38 | 37 |
|
39 |
| - |
| 38 | + |
40 | 39 |
|
41 |
| - |
42 |
| - |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
43 | 54 |
|
44 |
| - |
| 55 | + |
45 | 56 |
|
46 |
| - |
| 57 | + |
47 | 58 |
|
48 | 59 |
|
49 | 60 |
|
50 | 61 |
|
| 62 | + |
| 63 | + |
51 | 64 |
|
52 | 65 |
|
53 | 66 |
|
54 |
| - |
| 67 | + |
55 | 68 |
|
56 | 69 |
|
57 | 70 |
|
| ||
64 | 77 |
|
65 | 78 |
|
66 | 79 |
|
67 |
| - |
| 80 | + |
68 | 81 |
|
69 | 82 |
|
70 | 83 |
|
| ||
75 | 88 |
|
76 | 89 |
|
77 | 90 |
|
78 |
| - |
| 91 | + |
79 | 92 |
|
80 |
| - |
| 93 | + |
81 | 94 |
|
82 | 95 |
|
83 | 96 |
|
84 | 97 |
|
85 | 98 |
|
86 | 99 |
|
87 | 100 |
|
88 |
| - |
| 101 | + |
89 | 102 |
|
90 | 103 |
|
91 | 104 |
|
| ||
95 | 108 |
|
96 | 109 |
|
97 | 110 |
|
98 |
| - |
| 111 | + |
99 | 112 |
|
100 | 113 |
|
101 | 114 |
|
| ||
105 | 118 |
|
106 | 119 |
|
107 | 120 |
|
108 |
| - |
| 121 | + |
109 | 122 |
|
110 | 123 |
|
111 | 124 |
|
112 | 125 |
|
113 | 126 |
|
114 | 127 |
|
115 | 128 |
|
116 |
| - |
117 |
| - |
118 | 129 |
|
119 | 130 |
|
120 | 131 |
|
| ||
146 | 157 |
|
147 | 158 |
|
148 | 159 |
|
149 |
| - |
| 160 | + |
| 161 | + |
150 | 162 |
|
151 |
| - |
| 163 | + |
| 164 | + |
152 | 165 |
|
153 | 166 |
|
src/Symfony/Framework/FoundationBundle/Session/NativeSession.php renamed to src/Symfony/Components/HttpFoundation/SessionStorage/NativeSessionStorage.php
Copy file name to clipboardExpand all lines: src/Symfony/Components/HttpFoundation/SessionStorage/NativeSessionStorage.php+26-22Lines changed: 26 additions & 22 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
34 | 33 |
|
35 | 34 |
|
36 | 35 |
|
| ||
48 | 47 |
|
49 | 48 |
|
50 | 49 |
|
51 |
| - |
52 | 50 |
|
53 | 51 |
|
54 | 52 |
|
55 | 53 |
|
56 | 54 |
|
57 | 55 |
|
58 | 56 |
|
| 57 | + |
59 | 58 |
|
60 |
| - |
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
65 |
| - |
66 |
| - |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
67 | 66 |
|
68 | 67 |
|
69 |
| - |
70 |
| - |
71 |
| - |
72 |
| - |
73 |
| - |
74 |
| - |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
75 | 76 |
|
76 | 77 |
|
77 | 78 |
|
78 | 79 |
|
79 | 80 |
|
80 |
| - |
81 |
| - |
82 |
| - |
| 81 | + |
| 82 | + |
83 | 83 |
|
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
84 | 88 |
|
85 | 89 |
|
86 | 90 |
|
|
0 commit comments