File tree
Expand file treeCollapse file tree
16 files changed
+189
-12
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle/Console/Descriptor
- Component/DependencyInjection
- Compiler
- Dumper
- Loader
- schema/dic/services
- Tests
- Compiler
- Dumper
- Fixtures
- includes
- php
Expand file treeCollapse file tree
16 files changed
+189
-12
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 |
---|---|---|
| ||
343 | 343 |
|
344 | 344 |
|
345 | 345 |
|
| 346 | + |
| 347 | + |
| 348 | + |
346 | 349 |
|
347 | 350 |
|
348 | 351 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php+11-1Lines changed: 11 additions & 1 deletion
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 | + |
143 | 153 |
|
144 | 154 |
|
145 | 155 |
|
146 | 156 |
|
147 |
| - |
| 157 | + |
148 | 158 |
|
149 | 159 |
|
150 | 160 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/AutowireRequiredMethodsPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/AutowireRequiredMethodsPass.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
53 |
| - |
| 53 | + |
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
|
src/Symfony/Component/DependencyInjection/ContainerBuilder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/ContainerBuilder.php+6-4Lines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1150 | 1150 |
|
1151 | 1151 |
|
1152 | 1152 |
|
1153 |
| - |
| 1153 | + |
1154 | 1154 |
|
1155 | 1155 |
|
1156 | 1156 |
|
| ||
1568 | 1568 |
|
1569 | 1569 |
|
1570 | 1570 |
|
1571 |
| - |
| 1571 | + |
1572 | 1572 |
|
1573 | 1573 |
|
1574 | 1574 |
|
1575 | 1575 |
|
1576 |
| - |
| 1576 | + |
1577 | 1577 |
|
1578 | 1578 |
|
1579 | 1579 |
|
1580 |
| - |
| 1580 | + |
| 1581 | + |
| 1582 | + |
1581 | 1583 |
|
1582 | 1584 |
|
1583 | 1585 |
|
|
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+12-1Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
572 | 572 |
|
573 | 573 |
|
574 | 574 |
|
575 |
| - |
| 575 | + |
576 | 576 |
|
577 | 577 |
|
578 | 578 |
|
| ||
820 | 820 |
|
821 | 821 |
|
822 | 822 |
|
| 823 | + |
| 824 | + |
| 825 | + |
| 826 | + |
| 827 | + |
| 828 | + |
| 829 | + |
| 830 | + |
| 831 | + |
| 832 | + |
| 833 | + |
823 | 834 |
|
824 | 835 |
|
825 | 836 |
|
|
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+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
471 | 471 |
|
472 | 472 |
|
473 | 473 |
|
474 |
| - |
| 474 | + |
475 | 475 |
|
476 | 476 |
|
477 | 477 |
|
|
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 |
---|---|---|
| ||
241 | 241 |
|
242 | 242 |
|
243 | 243 |
|
| 244 | + |
244 | 245 |
|
245 | 246 |
|
246 | 247 |
|
|
0 commit comments