File tree
16 files changed
+284
-20
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle/Console/Descriptor
- Component/DependencyInjection
- Compiler
- Dumper
- Loader
- schema/dic/services
- Tests
- Compiler
- Dumper
- Fixtures
- includes
- php
16 files changed
+284
-20
lines changedsrc/Symfony/Bundle/FrameworkBundle/Console/Descriptor/XmlDescriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/XmlDescriptor.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
348 | 348 |
|
349 | 349 |
|
350 | 350 |
|
| 351 | + |
| 352 | + |
| 353 | + |
351 | 354 |
|
352 | 355 |
|
353 | 356 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php+32-2Lines changed: 32 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
140 | 140 |
|
141 | 141 |
|
142 | 142 |
|
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
143 | 173 |
|
144 | 174 |
|
145 | 175 |
|
146 |
| - |
147 |
| - |
| 176 | + |
| 177 | + |
148 | 178 |
|
149 | 179 |
|
150 | 180 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/AutowireRequiredMethodsPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/AutowireRequiredMethodsPass.php+15-1Lines changed: 15 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
| 38 | + |
38 | 39 |
|
39 | 40 |
|
40 | 41 |
|
| ||
50 | 51 |
|
51 | 52 |
|
52 | 53 |
|
53 |
| - |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
54 | 59 |
|
55 | 60 |
|
56 | 61 |
|
| ||
65 | 70 |
|
66 | 71 |
|
67 | 72 |
|
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
68 | 82 |
|
69 | 83 |
|
70 | 84 |
|
src/Symfony/Component/DependencyInjection/ContainerBuilder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/ContainerBuilder.php+21-7Lines changed: 21 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1139 | 1139 |
|
1140 | 1140 |
|
1141 | 1141 |
|
1142 |
| - |
1143 |
| - |
| 1142 | + |
| 1143 | + |
| 1144 | + |
| 1145 | + |
| 1146 | + |
| 1147 | + |
| 1148 | + |
| 1149 | + |
| 1150 | + |
1144 | 1151 |
|
1145 | 1152 |
|
1146 | 1153 |
|
| ||
1149 | 1156 |
|
1150 | 1157 |
|
1151 | 1158 |
|
1152 |
| - |
1153 |
| - |
| 1159 | + |
| 1160 | + |
| 1161 | + |
| 1162 | + |
| 1163 | + |
| 1164 | + |
| 1165 | + |
1154 | 1166 |
|
1155 | 1167 |
|
1156 | 1168 |
|
| ||
1568 | 1580 |
|
1569 | 1581 |
|
1570 | 1582 |
|
1571 |
| - |
| 1583 | + |
1572 | 1584 |
|
1573 | 1585 |
|
1574 | 1586 |
|
1575 | 1587 |
|
1576 |
| - |
| 1588 | + |
1577 | 1589 |
|
1578 | 1590 |
|
1579 | 1591 |
|
1580 |
| - |
| 1592 | + |
| 1593 | + |
| 1594 | + |
1581 | 1595 |
|
1582 | 1596 |
|
1583 | 1597 |
|
|
src/Symfony/Component/DependencyInjection/Definition.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Definition.php+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
330 | 330 |
|
331 | 331 |
|
332 | 332 |
|
333 |
| - |
| 333 | + |
334 | 334 |
|
335 | 335 |
|
336 | 336 |
|
| ||
341 | 341 |
|
342 | 342 |
|
343 | 343 |
|
| 344 | + |
344 | 345 |
|
345 | 346 |
|
346 | 347 |
|
347 | 348 |
|
348 | 349 |
|
349 |
| - |
| 350 | + |
350 | 351 |
|
351 | 352 |
|
352 | 353 |
|
353 | 354 |
|
354 |
| - |
| 355 | + |
355 | 356 |
|
356 | 357 |
|
357 | 358 |
|
|
src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php+28-5Lines changed: 28 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
506 | 506 |
|
507 | 507 |
|
508 | 508 |
|
509 |
| - |
| 509 | + |
| 510 | + |
| 511 | + |
| 512 | + |
| 513 | + |
| 514 | + |
| 515 | + |
| 516 | + |
510 | 517 |
|
511 | 518 |
|
512 | 519 |
|
| ||
563 | 570 |
|
564 | 571 |
|
565 | 572 |
|
566 |
| - |
| 573 | + |
567 | 574 |
|
| 575 | + |
| 576 | + |
| 577 | + |
| 578 | + |
| 579 | + |
| 580 | + |
| 581 | + |
568 | 582 |
|
569 |
| - |
| 583 | + |
570 | 584 |
|
571 | 585 |
|
572 | 586 |
|
573 | 587 |
|
574 | 588 |
|
575 |
| - |
| 589 | + |
| 590 | + |
| 591 | + |
| 592 | + |
| 593 | + |
| 594 | + |
| 595 | + |
| 596 | + |
| 597 | + |
| 598 | + |
576 | 599 |
|
577 | 600 |
|
578 | 601 |
|
| ||
814 | 837 |
|
815 | 838 |
|
816 | 839 |
|
817 |
| - |
| 840 | + |
818 | 841 |
|
819 | 842 |
|
820 | 843 |
|
|
src/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
| 87 | + |
| 88 | + |
| 89 | + |
87 | 90 |
|
88 | 91 |
|
89 | 92 |
|
|
src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
337 | 337 |
|
338 | 338 |
|
339 | 339 |
|
340 |
| - |
| 340 | + |
341 | 341 |
|
342 | 342 |
|
343 | 343 |
|
|
src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
463 | 463 |
|
464 | 464 |
|
465 | 465 |
|
| 466 | + |
466 | 467 |
|
467 | 468 |
|
468 | 469 |
|
| 470 | + |
469 | 471 |
|
470 | 472 |
|
471 | 473 |
|
472 | 474 |
|
473 | 475 |
|
474 |
| - |
| 476 | + |
475 | 477 |
|
476 | 478 |
|
477 | 479 |
|
|
src/Symfony/Component/DependencyInjection/Loader/schema/dic/services/services-1.0.xsd
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/schema/dic/services/services-1.0.xsd+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
243 | 243 |
|
244 | 244 |
|
245 | 245 |
|
| 246 | + |
246 | 247 |
|
247 | 248 |
|
248 | 249 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowireRequiredMethodsPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowireRequiredMethodsPassTest.php+22Lines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
80 | 102 |
|
src/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php+19Lines changed: 19 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
36 | 37 |
|
37 | 38 |
|
38 | 39 |
|
| 40 | + |
| 41 | + |
39 | 42 |
|
40 | 43 |
|
41 | 44 |
|
| ||
1565 | 1568 |
|
1566 | 1569 |
|
1567 | 1570 |
|
| 1571 | + |
| 1572 | + |
| 1573 | + |
| 1574 | + |
| 1575 | + |
| 1576 | + |
| 1577 | + |
| 1578 | + |
| 1579 | + |
| 1580 | + |
| 1581 | + |
| 1582 | + |
| 1583 | + |
| 1584 | + |
| 1585 | + |
| 1586 | + |
1568 | 1587 |
|
1569 | 1588 |
|
1570 | 1589 |
|
|
src/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
| 98 | + |
| 99 | + |
98 | 100 |
|
99 | 101 |
|
100 | 102 |
|
| 103 | + |
| 104 | + |
101 | 105 |
|
| 106 | + |
| 107 | + |
102 | 108 |
|
103 | 109 |
|
104 | 110 |
|
|
0 commit comments