File tree
9 files changed
+114
-29
lines changedFilter options
- src/Symfony
- Bridge/ProxyManager
- LazyProxy/PhpDumper
- Tests/LazyProxy
- Fixtures/php
- PhpDumper
- Component/DependencyInjection
- Dumper
- Tests
- Fixtures/php
9 files changed
+114
-29
lines changed+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
21 | 31 |
|
22 | 32 |
|
23 | 33 |
|
|
src/Symfony/Bridge/ProxyManager/LazyProxy/PhpDumper/ProxyDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/ProxyManager/LazyProxy/PhpDumper/ProxyDumper.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
90 | 90 |
|
91 | 91 |
|
92 | 92 |
|
93 |
| - |
| 93 | + |
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
|
src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/php/lazy_service_structure.txt
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/php/lazy_service_structure.txt+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
|
src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/PhpDumper/ProxyDumperTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/PhpDumper/ProxyDumperTest.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
75 |
| - |
| 75 | + |
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
| ||
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
96 |
| - |
| 96 | + |
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
|
src/Symfony/Component/DependencyInjection/Container.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Container.php+12Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
| 68 | + |
68 | 69 |
|
69 | 70 |
|
70 | 71 |
|
| ||
176 | 177 |
|
177 | 178 |
|
178 | 179 |
|
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
179 | 184 |
|
180 | 185 |
|
181 | 186 |
|
| ||
198 | 203 |
|
199 | 204 |
|
200 | 205 |
|
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
201 | 210 |
|
202 | 211 |
|
203 | 212 |
|
| ||
268 | 277 |
|
269 | 278 |
|
270 | 279 |
|
| 280 | + |
| 281 | + |
| 282 | + |
271 | 283 |
|
272 | 284 |
|
273 | 285 |
|
|
src/Symfony/Component/DependencyInjection/ContainerBuilder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/ContainerBuilder.php+6-5Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
559 | 559 |
|
560 | 560 |
|
561 | 561 |
|
562 |
| - |
563 |
| - |
564 |
| - |
565 |
| - |
566 |
| - |
| 562 | + |
| 563 | + |
| 564 | + |
| 565 | + |
| 566 | + |
| 567 | + |
567 | 568 |
|
568 | 569 |
|
569 | 570 |
|
|
src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php+37-7Lines changed: 37 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
566 | 566 |
|
567 | 567 |
|
568 | 568 |
|
| 569 | + |
569 | 570 |
|
570 | 571 |
|
571 | 572 |
|
| ||
606 | 607 |
|
607 | 608 |
|
608 | 609 |
|
| 610 | + |
609 | 611 |
|
610 | 612 |
|
611 | 613 |
|
612 | 614 |
|
613 |
| - |
614 |
| - |
615 | 615 |
|
616 | 616 |
|
617 | 617 |
|
| ||
623 | 623 |
|
624 | 624 |
|
625 | 625 |
|
| 626 | + |
626 | 627 |
|
627 |
| - |
| 628 | + |
628 | 629 |
|
629 | 630 |
|
630 |
| - |
631 | 631 |
|
632 | 632 |
|
633 | 633 |
|
634 |
| - |
| 634 | + |
635 | 635 |
|
636 |
| - |
637 | 636 |
|
638 | 637 |
|
639 | 638 |
|
| ||
642 | 641 |
|
643 | 642 |
|
644 | 643 |
|
645 |
| - |
| 644 | + |
646 | 645 |
|
647 | 646 |
|
648 | 647 |
|
| ||
804 | 803 |
|
805 | 804 |
|
806 | 805 |
|
| 806 | + |
807 | 807 |
|
808 | 808 |
|
809 | 809 |
|
| ||
888 | 888 |
|
889 | 889 |
|
890 | 890 |
|
| 891 | + |
| 892 | + |
| 893 | + |
| 894 | + |
| 895 | + |
| 896 | + |
| 897 | + |
| 898 | + |
| 899 | + |
| 900 | + |
| 901 | + |
| 902 | + |
| 903 | + |
| 904 | + |
| 905 | + |
| 906 | + |
| 907 | + |
| 908 | + |
| 909 | + |
| 910 | + |
| 911 | + |
| 912 | + |
| 913 | + |
| 914 | + |
| 915 | + |
| 916 | + |
| 917 | + |
| 918 | + |
| 919 | + |
| 920 | + |
891 | 921 |
|
892 | 922 |
|
893 | 923 |
|
|
src/Symfony/Component/DependencyInjection/Tests/ContainerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/ContainerTest.php+37-2Lines changed: 37 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
125 | 125 |
|
126 | 126 |
|
127 | 127 |
|
128 |
| - |
| 128 | + |
129 | 129 |
|
130 | 130 |
|
131 | 131 |
|
| ||
306 | 306 |
|
307 | 307 |
|
308 | 308 |
|
| 309 | + |
| 310 | + |
| 311 | + |
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
| 319 | + |
| 320 | + |
| 321 | + |
| 322 | + |
| 323 | + |
| 324 | + |
| 325 | + |
| 326 | + |
| 327 | + |
| 328 | + |
| 329 | + |
| 330 | + |
| 331 | + |
| 332 | + |
| 333 | + |
| 334 | + |
| 335 | + |
| 336 | + |
309 | 337 |
|
310 | 338 |
|
311 | 339 |
|
312 | 340 |
|
313 |
| - |
| 341 | + |
314 | 342 |
|
315 | 343 |
|
316 | 344 |
|
| ||
319 | 347 |
|
320 | 348 |
|
321 | 349 |
|
| 350 | + |
| 351 | + |
322 | 352 |
|
323 | 353 |
|
324 | 354 |
|
| 355 | + |
| 356 | + |
| 357 | + |
| 358 | + |
| 359 | + |
325 | 360 |
|
326 | 361 |
|
327 | 362 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9.php+8-11Lines changed: 8 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
52 | 59 |
|
53 | 60 |
|
54 | 61 |
|
| ||
299 | 306 |
|
300 | 307 |
|
301 | 308 |
|
302 |
| - |
| 309 | + |
303 | 310 |
|
304 | 311 |
|
305 | 312 |
|
| ||
354 | 361 |
|
355 | 362 |
|
356 | 363 |
|
357 |
| - |
358 |
| - |
359 | 364 |
|
360 | 365 |
|
361 | 366 |
|
| ||
375 | 380 |
|
376 | 381 |
|
377 | 382 |
|
378 |
| - |
379 |
| - |
380 | 383 |
|
381 | 384 |
|
382 | 385 |
|
| ||
392 | 395 |
|
393 | 396 |
|
394 | 397 |
|
395 |
| - |
396 |
| - |
397 | 398 |
|
398 | 399 |
|
399 | 400 |
|
| ||
409 | 410 |
|
410 | 411 |
|
411 | 412 |
|
412 |
| - |
413 |
| - |
414 | 413 |
|
415 | 414 |
|
416 | 415 |
|
| ||
431 | 430 |
|
432 | 431 |
|
433 | 432 |
|
434 |
| - |
435 |
| - |
436 | 433 |
|
437 | 434 |
|
438 | 435 |
|
|
0 commit comments