Commit cba6421
committed
File tree
9 files changed
+161
-16
lines changedFilter options
- src/Symfony/Component
- DependencyInjection
- Dumper
- Loader
- Tests
- Dumper
- Fixtures
- php
- yaml
- Loader
- HttpKernel
- Debug
- Tests/Debug
9 files changed
+161
-16
lines changedsrc/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php+12-5Lines changed: 12 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
511 | 511 |
|
512 | 512 |
|
513 | 513 |
|
514 |
| - |
| 514 | + |
515 | 515 |
|
516 | 516 |
|
517 | 517 |
|
| ||
637 | 637 |
|
638 | 638 |
|
639 | 639 |
|
640 |
| - |
| 640 | + |
641 | 641 |
|
642 | 642 |
|
643 | 643 |
|
| ||
760 | 760 |
|
761 | 761 |
|
762 | 762 |
|
| 763 | + |
763 | 764 |
|
764 | 765 |
|
765 | 766 |
|
| ||
1076 | 1077 |
|
1077 | 1078 |
|
1078 | 1079 |
|
| 1080 | + |
| 1081 | + |
| 1082 | + |
1079 | 1083 |
|
1080 | 1084 |
|
1081 | 1085 |
|
| ||
1423 | 1427 |
|
1424 | 1428 |
|
1425 | 1429 |
|
1426 |
| - |
| 1430 | + |
1427 | 1431 |
|
1428 | 1432 |
|
1429 | 1433 |
|
1430 | 1434 |
|
1431 | 1435 |
|
1432 | 1436 |
|
1433 | 1437 |
|
1434 |
| - |
| 1438 | + |
1435 | 1439 |
|
1436 | 1440 |
|
1437 | 1441 |
|
| ||
1450 | 1454 |
|
1451 | 1455 |
|
1452 | 1456 |
|
| 1457 | + |
| 1458 | + |
| 1459 | + |
1453 | 1460 |
|
1454 | 1461 |
|
1455 | 1462 |
|
| ||
1461 | 1468 |
|
1462 | 1469 |
|
1463 | 1470 |
|
1464 |
| - |
| 1471 | + |
1465 | 1472 |
|
1466 | 1473 |
|
1467 | 1474 |
|
|
src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
399 | 399 |
|
400 | 400 |
|
401 | 401 |
|
402 |
| - |
| 402 | + |
403 | 403 |
|
404 | 404 |
|
405 | 405 |
|
| ||
409 | 409 |
|
410 | 410 |
|
411 | 411 |
|
412 |
| - |
| 412 | + |
413 | 413 |
|
414 | 414 |
|
415 | 415 |
|
|
src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
142 | 142 |
|
143 | 143 |
|
144 | 144 |
|
145 |
| - |
| 145 | + |
146 | 146 |
|
147 | 147 |
|
148 | 148 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
878 | 878 |
|
879 | 879 |
|
880 | 880 |
|
| 881 | + |
| 882 | + |
| 883 | + |
| 884 | + |
| 885 | + |
| 886 | + |
| 887 | + |
| 888 | + |
| 889 | + |
| 890 | + |
| 891 | + |
| 892 | + |
| 893 | + |
| 894 | + |
| 895 | + |
881 | 896 |
|
882 | 897 |
|
883 | 898 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_deep_graph.php
Copy file name to clipboard+100Lines changed: 100 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services_deep_graph.yml
Copy file name to clipboard+24Lines changed: 24 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
src/Symfony/Component/DependencyInjection/Tests/Loader/YamlFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Loader/YamlFileLoaderTest.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
556 | 556 |
|
557 | 557 |
|
558 | 558 |
|
559 |
| - |
| 559 | + |
560 | 560 |
|
561 | 561 |
|
562 | 562 |
|
| ||
568 | 568 |
|
569 | 569 |
|
570 | 570 |
|
571 |
| - |
| 571 | + |
572 | 572 |
|
573 | 573 |
|
574 | 574 |
|
|
src/Symfony/Component/HttpKernel/Debug/FileLinkFormatter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Debug/FileLinkFormatter.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
96 | 96 |
|
97 | 97 |
|
98 | 98 |
|
99 |
| - |
| 99 | + |
100 | 100 |
|
101 | 101 |
|
102 | 102 |
|
|
src/Symfony/Component/HttpKernel/Tests/Debug/FileLinkFormatterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/Debug/FileLinkFormatterTest.php+4-5Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
41 | 40 |
|
42 | 41 |
|
43 | 42 |
|
| ||
56 | 55 |
|
57 | 56 |
|
58 | 57 |
|
59 |
| - |
60 |
| - |
61 |
| - |
| 58 | + |
| 59 | + |
| 60 | + |
62 | 61 |
|
63 | 62 |
|
64 | 63 |
|
65 |
| - |
| 64 | + |
66 | 65 |
|
67 | 66 |
|
0 commit comments