Commit 85f03e1
committed
File tree
8 files changed
+127
-17
lines changedFilter options
- src/Symfony
- Bundle
- FrameworkBundle/DependencyInjection
- TwigBundle/DependencyInjection
- WebProfilerBundle/Resources/views/Collector
- WebServerBundle
- Component
- DependencyInjection
- Dotenv
- Tests
8 files changed
+127
-17
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1441 | 1441 |
|
1442 | 1442 |
|
1443 | 1443 |
|
1444 |
| - |
| 1444 | + |
1445 | 1445 |
|
1446 | 1446 |
|
1447 | 1447 |
|
|
src/Symfony/Bundle/TwigBundle/DependencyInjection/TwigExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/DependencyInjection/TwigExtension.php+7-3Lines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
124 | 125 |
|
125 | 126 |
|
126 | 127 |
|
127 |
| - |
| 128 | + |
128 | 129 |
|
129 | 130 |
|
| 131 | + |
130 | 132 |
|
131 | 133 |
|
132 | 134 |
|
| ||
185 | 187 |
|
186 | 188 |
|
187 | 189 |
|
188 |
| - |
| 190 | + |
189 | 191 |
|
190 | 192 |
|
| 193 | + |
191 | 194 |
|
192 |
| - |
| 195 | + |
193 | 196 |
|
194 | 197 |
|
| 198 | + |
195 | 199 |
|
196 | 200 |
|
197 | 201 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/request.html.twig
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/request.html.twig+8-4Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
4 | 5 |
|
5 |
| - |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
12 | 11 |
|
13 | 12 |
|
14 | 13 |
|
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
18 |
| - |
19 | 17 |
|
20 | 18 |
|
21 | 19 |
|
| ||
108 | 106 |
|
109 | 107 |
|
110 | 108 |
|
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
111 | 115 |
|
112 | 116 |
|
113 | 117 |
|
| ||
268 | 272 |
|
269 | 273 |
|
270 | 274 |
|
271 |
| - |
| 275 | + |
272 | 276 |
|
273 | 277 |
|
274 | 278 |
|
|
src/Symfony/Bundle/WebServerBundle/WebServer.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebServerBundle/WebServer.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
154 | 154 |
|
155 | 155 |
|
156 | 156 |
|
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
157 | 162 |
|
158 | 163 |
|
159 | 164 |
|
|
src/Symfony/Component/DependencyInjection/Container.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Container.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
452 | 452 |
|
453 | 453 |
|
454 | 454 |
|
455 |
| - |
| 455 | + |
456 | 456 |
|
457 | 457 |
|
458 | 458 |
|
459 | 459 |
|
460 | 460 |
|
461 |
| - |
| 461 | + |
462 | 462 |
|
463 | 463 |
|
464 | 464 |
|
|
src/Symfony/Component/DependencyInjection/ContainerBuilder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/ContainerBuilder.php+7-3Lines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
408 | 408 |
|
409 | 409 |
|
410 | 410 |
|
411 |
| - |
412 |
| - |
413 |
| - |
| 411 | + |
| 412 | + |
| 413 | + |
| 414 | + |
| 415 | + |
| 416 | + |
| 417 | + |
414 | 418 |
|
415 | 419 |
|
416 | 420 |
|
|
src/Symfony/Component/Dotenv/Dotenv.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Dotenv/Dotenv.php+28-4Lines changed: 28 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
| 63 | + |
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
| 69 | + |
| 70 | + |
| 71 | + |
69 | 72 |
|
70 |
| - |
| 73 | + |
| 74 | + |
| 75 | + |
71 | 76 |
|
72 | 77 |
|
73 | 78 |
|
74 | 79 |
|
75 | 80 |
|
76 |
| - |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
77 | 93 |
|
78 | 94 |
|
79 | 95 |
|
| ||
351 | 367 |
|
352 | 368 |
|
353 | 369 |
|
354 |
| - |
| 370 | + |
| 371 | + |
| 372 | + |
| 373 | + |
| 374 | + |
| 375 | + |
| 376 | + |
| 377 | + |
| 378 | + |
355 | 379 |
|
356 | 380 |
|
357 | 381 |
|
|
src/Symfony/Component/Dotenv/Tests/DotenvTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Dotenv/Tests/DotenvTest.php+69Lines changed: 69 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
208 | 208 |
|
209 | 209 |
|
210 | 210 |
|
| 211 | + |
211 | 212 |
|
212 | 213 |
|
213 | 214 |
|
214 | 215 |
|
215 | 216 |
|
216 | 217 |
|
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
| 252 | + |
| 253 | + |
| 254 | + |
| 255 | + |
| 256 | + |
| 257 | + |
| 258 | + |
| 259 | + |
| 260 | + |
| 261 | + |
| 262 | + |
| 263 | + |
| 264 | + |
| 265 | + |
| 266 | + |
| 267 | + |
| 268 | + |
| 269 | + |
| 270 | + |
| 271 | + |
| 272 | + |
| 273 | + |
| 274 | + |
| 275 | + |
| 276 | + |
| 277 | + |
| 278 | + |
| 279 | + |
| 280 | + |
| 281 | + |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
217 | 286 |
|
0 commit comments