Commit 8b2ee31
committed
File tree
10 files changed
+84
-10
lines changedFilter options
- src/Symfony/Component
- Config
- Resource
- Tests/Resource
- HttpFoundation
- Session/Storage/Handler
- Tests/Session/Storage
- Handler
- Proxy
- Process/Pipes
10 files changed
+84
-10
lines changedsrc/Symfony/Component/Config/Resource/ReflectionClassResource.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Resource/ReflectionClassResource.php+33Lines changed: 33 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
121 | 121 |
|
122 | 122 |
|
123 | 123 |
|
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
124 | 133 |
|
125 | 134 |
|
126 | 135 |
|
| ||
137 | 146 |
|
138 | 147 |
|
139 | 148 |
|
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
140 | 157 |
|
141 | 158 |
|
142 | 159 |
|
| ||
147 | 164 |
|
148 | 165 |
|
149 | 166 |
|
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
150 | 175 |
|
151 | 176 |
|
152 | 177 |
|
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
153 | 186 |
|
154 | 187 |
|
155 | 188 |
|
|
src/Symfony/Component/Config/Tests/Resource/ReflectionClassResourceTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Tests/Resource/ReflectionClassResourceTest.php+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
121 | 121 |
|
122 | 122 |
|
123 | 123 |
|
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
124 | 129 |
|
125 | 130 |
|
126 | 131 |
|
| ||
140 | 145 |
|
141 | 146 |
|
142 | 147 |
|
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
143 | 154 |
|
144 | 155 |
|
145 | 156 |
|
|
src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MigratingSessionHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MigratingSessionHandler.php+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
| 44 | + |
44 | 45 |
|
45 | 46 |
|
46 | 47 |
|
| ||
52 | 53 |
|
53 | 54 |
|
54 | 55 |
|
| 56 | + |
55 | 57 |
|
56 | 58 |
|
57 | 59 |
|
| ||
63 | 65 |
|
64 | 66 |
|
65 | 67 |
|
| 68 | + |
66 | 69 |
|
67 | 70 |
|
68 | 71 |
|
| ||
74 | 77 |
|
75 | 78 |
|
76 | 79 |
|
| 80 | + |
77 | 81 |
|
78 | 82 |
|
79 | 83 |
|
| ||
85 | 89 |
|
86 | 90 |
|
87 | 91 |
|
| 92 | + |
88 | 93 |
|
89 | 94 |
|
90 | 95 |
|
| ||
94 | 99 |
|
95 | 100 |
|
96 | 101 |
|
| 102 | + |
97 | 103 |
|
98 | 104 |
|
99 | 105 |
|
| ||
105 | 111 |
|
106 | 112 |
|
107 | 113 |
|
| 114 | + |
108 | 115 |
|
109 | 116 |
|
110 | 117 |
|
| ||
114 | 121 |
|
115 | 122 |
|
116 | 123 |
|
| 124 | + |
117 | 125 |
|
118 | 126 |
|
119 | 127 |
|
|
src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NullSessionHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NullSessionHandler.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| 24 | + |
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
| ||
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
| 33 | + |
32 | 34 |
|
33 | 35 |
|
34 | 36 |
|
| ||
45 | 47 |
|
46 | 48 |
|
47 | 49 |
|
| 50 | + |
48 | 51 |
|
49 | 52 |
|
50 | 53 |
|
| ||
69 | 72 |
|
70 | 73 |
|
71 | 74 |
|
| 75 | + |
72 | 76 |
|
73 | 77 |
|
74 | 78 |
|
|
src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
262 | 262 |
|
263 | 263 |
|
264 | 264 |
|
| 265 | + |
265 | 266 |
|
266 | 267 |
|
267 | 268 |
|
| ||
276 | 277 |
|
277 | 278 |
|
278 | 279 |
|
| 280 | + |
279 | 281 |
|
280 | 282 |
|
281 | 283 |
|
| ||
290 | 292 |
|
291 | 293 |
|
292 | 294 |
|
| 295 | + |
293 | 296 |
|
294 | 297 |
|
295 | 298 |
|
| ||
369 | 372 |
|
370 | 373 |
|
371 | 374 |
|
| 375 | + |
372 | 376 |
|
373 | 377 |
|
374 | 378 |
|
| ||
393 | 397 |
|
394 | 398 |
|
395 | 399 |
|
| 400 | + |
396 | 401 |
|
397 | 402 |
|
398 | 403 |
|
|
src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MigratingSessionHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MigratingSessionHandlerTest.php+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
78 |
| - |
| 78 | + |
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
85 |
| - |
86 |
| - |
| 85 | + |
87 | 86 |
|
88 | 87 |
|
89 | 88 |
|
|
src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php+12-2Lines changed: 12 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
371 | 371 |
|
372 | 372 |
|
373 | 373 |
|
| 374 | + |
| 375 | + |
| 376 | + |
| 377 | + |
374 | 378 |
|
375 | 379 |
|
376 | 380 |
|
| ||
384 | 388 |
|
385 | 389 |
|
386 | 390 |
|
| 391 | + |
| 392 | + |
| 393 | + |
| 394 | + |
387 | 395 |
|
388 | 396 |
|
389 | 397 |
|
390 | 398 |
|
391 | 399 |
|
392 | 400 |
|
393 | 401 |
|
394 |
| - |
| 402 | + |
395 | 403 |
|
| 404 | + |
396 | 405 |
|
397 | 406 |
|
398 |
| - |
| 407 | + |
399 | 408 |
|
| 409 | + |
400 | 410 |
|
401 | 411 |
|
src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/StrictSessionHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/StrictSessionHandlerTest.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
181 | 181 |
|
182 | 182 |
|
183 | 183 |
|
184 |
| - |
| 184 | + |
185 | 185 |
|
186 | 186 |
|
187 |
| - |
| 187 | + |
188 | 188 |
|
189 | 189 |
|
src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
96 |
| - |
| 96 | + |
| 97 | + |
| 98 | + |
97 | 99 |
|
98 | 100 |
|
99 | 101 |
|
| ||
117 | 119 |
|
118 | 120 |
|
119 | 121 |
|
120 |
| - |
| 122 | + |
| 123 | + |
| 124 | + |
121 | 125 |
|
122 | 126 |
|
123 | 127 |
|
|
src/Symfony/Component/Process/Pipes/WindowsPipes.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Process/Pipes/WindowsPipes.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
74 |
| - |
| 74 | + |
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
|
0 commit comments