File tree
27 files changed
+745
-16
lines changedFilter options
- src/Symfony/Component
- DependencyInjection
- Compiler
- Dumper
- Tests
- Compiler
- Dumper
- Fixtures
- config
- containers
- graphviz
- php
- xml
- yaml
- Loader
- HttpKernel
- Controller/ArgumentResolver
- DependencyInjection
- Tests/DependencyInjection
27 files changed
+745
-16
lines changedsrc/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php+10-1Lines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
89 |
| - |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
90 | 99 |
|
91 | 100 |
|
92 | 101 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
| 31 | + |
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/DefinitionErrorExceptionPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/DefinitionErrorExceptionPass.php+17Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
| 17 | + |
16 | 18 |
|
17 | 19 |
|
18 | 20 |
|
| ||
30 | 32 |
|
31 | 33 |
|
32 | 34 |
|
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
33 | 50 |
|
34 | 51 |
|
35 | 52 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
95 |
| - |
| 95 | + |
96 | 96 |
|
97 | 97 |
|
98 | 98 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/ResolveChildDefinitionsPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ResolveChildDefinitionsPass.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
163 | 163 |
|
164 | 164 |
|
165 | 165 |
|
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
166 | 170 |
|
167 | 171 |
|
168 | 172 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php+17-1Lines changed: 17 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
| 20 | + |
19 | 21 |
|
20 | 22 |
|
21 | 23 |
|
| ||
29 | 31 |
|
30 | 32 |
|
31 | 33 |
|
| 34 | + |
32 | 35 |
|
33 | 36 |
|
34 | 37 |
|
| ||
67 | 70 |
|
68 | 71 |
|
69 | 72 |
|
| 73 | + |
| 74 | + |
| 75 | + |
70 | 76 |
|
71 | 77 |
|
72 | 78 |
|
| ||
90 | 96 |
|
91 | 97 |
|
92 | 98 |
|
93 |
| - |
| 99 | + |
94 | 100 |
|
95 | 101 |
|
96 | 102 |
|
97 | 103 |
|
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
98 | 114 |
|
99 | 115 |
|
100 | 116 |
|
|
src/Symfony/Component/DependencyInjection/ContainerBuilder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/ContainerBuilder.php+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
529 | 529 |
|
530 | 530 |
|
531 | 531 |
|
532 |
| - |
| 532 | + |
533 | 533 |
|
534 | 534 |
|
535 | 535 |
|
| ||
555 | 555 |
|
556 | 556 |
|
557 | 557 |
|
558 |
| - |
| 558 | + |
559 | 559 |
|
560 | 560 |
|
561 | 561 |
|
562 | 562 |
|
563 | 563 |
|
564 | 564 |
|
| 565 | + |
| 566 | + |
| 567 | + |
| 568 | + |
565 | 569 |
|
566 | 570 |
|
567 | 571 |
|
|
src/Symfony/Component/DependencyInjection/ContainerInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/ContainerInterface.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
|
src/Symfony/Component/DependencyInjection/Definition.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Definition.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
873 | 873 |
|
874 | 874 |
|
875 | 875 |
|
| 876 | + |
| 877 | + |
876 | 878 |
|
877 | 879 |
|
878 | 880 |
|
879 | 881 |
|
| 882 | + |
| 883 | + |
880 | 884 |
|
881 | 885 |
|
882 | 886 |
|
|
src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php+11-4Lines changed: 11 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
187 | 187 |
|
188 | 188 |
|
189 | 189 |
|
| 190 | + |
190 | 191 |
|
191 | 192 |
|
192 | 193 |
|
| ||
320 | 321 |
|
321 | 322 |
|
322 | 323 |
|
323 |
| - |
| 324 | + |
324 | 325 |
|
325 | 326 |
|
326 | 327 |
|
| ||
552 | 553 |
|
553 | 554 |
|
554 | 555 |
|
555 |
| - |
| 556 | + |
556 | 557 |
|
557 | 558 |
|
558 | 559 |
|
| ||
738 | 739 |
|
739 | 740 |
|
740 | 741 |
|
| 742 | + |
| 743 | + |
| 744 | + |
| 745 | + |
| 746 | + |
| 747 | + |
741 | 748 |
|
742 | 749 |
|
743 | 750 |
|
| ||
1470 | 1477 |
|
1471 | 1478 |
|
1472 | 1479 |
|
1473 |
| - |
| 1480 | + |
1474 | 1481 |
|
1475 | 1482 |
|
1476 | 1483 |
|
| ||
1675 | 1682 |
|
1676 | 1683 |
|
1677 | 1684 |
|
1678 |
| - |
| 1685 | + |
1679 | 1686 |
|
1680 | 1687 |
|
1681 | 1688 |
|
|
src/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
266 | 266 |
|
267 | 267 |
|
268 | 268 |
|
| 269 | + |
269 | 270 |
|
270 | 271 |
|
271 | 272 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowirePassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowirePassTest.php+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
| ||
845 | 846 |
|
846 | 847 |
|
847 | 848 |
|
| 849 | + |
| 850 | + |
| 851 | + |
| 852 | + |
| 853 | + |
| 854 | + |
| 855 | + |
| 856 | + |
| 857 | + |
| 858 | + |
| 859 | + |
| 860 | + |
| 861 | + |
| 862 | + |
848 | 863 |
|
src/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1367 | 1367 |
|
1368 | 1368 |
|
1369 | 1369 |
|
| 1370 | + |
| 1371 | + |
| 1372 | + |
| 1373 | + |
| 1374 | + |
| 1375 | + |
| 1376 | + |
| 1377 | + |
| 1378 | + |
| 1379 | + |
| 1380 | + |
| 1381 | + |
| 1382 | + |
| 1383 | + |
| 1384 | + |
1370 | 1385 |
|
1371 | 1386 |
|
1372 | 1387 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php+18Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
946 | 946 |
|
947 | 947 |
|
948 | 948 |
|
| 949 | + |
| 950 | + |
| 951 | + |
| 952 | + |
| 953 | + |
| 954 | + |
| 955 | + |
| 956 | + |
| 957 | + |
| 958 | + |
| 959 | + |
| 960 | + |
| 961 | + |
| 962 | + |
| 963 | + |
| 964 | + |
| 965 | + |
| 966 | + |
949 | 967 |
|
950 | 968 |
|
951 | 969 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/services9.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/services9.php+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| 6 | + |
| 7 | + |
6 | 8 |
|
7 | 9 |
|
8 | 10 |
|
| ||
128 | 130 |
|
129 | 131 |
|
130 | 132 |
|
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
131 | 138 |
|
132 | 139 |
|
133 | 140 |
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container9.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container9.php+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
180 | 180 |
|
181 | 181 |
|
182 | 182 |
|
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
183 | 190 |
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services9.dot
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services9.dot+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
| 37 | + |
| 38 | + |
37 | 39 |
|
38 | 40 |
|
39 | 41 |
|
| ||
57 | 59 |
|
58 | 60 |
|
59 | 61 |
|
| 62 | + |
60 | 63 |
|
0 commit comments