File tree
26 files changed
+432
-53
lines changedFilter options
- src/Symfony/Component/DependencyInjection
- Compiler
- Dumper
- Loader
- schema/dic/services
- Tests
- Compiler
- Dumper
- Fixtures
- containers
- php
- xml
- yaml
26 files changed
+432
-53
lines changedsrc/Symfony/Component/DependencyInjection/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
7 | 8 |
|
8 | 9 |
|
9 | 10 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
96 | 97 |
|
97 | 98 |
|
98 | 99 |
|
99 |
| - |
| 100 | + |
| 101 | + |
100 | 102 |
|
101 | 103 |
|
102 | 104 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php+10-7Lines changed: 10 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
33 | 36 |
|
34 | 37 |
|
35 |
| - |
| 38 | + |
36 | 39 |
|
37 | 40 |
|
src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
96 | 97 |
|
97 | 98 |
|
98 | 99 |
|
| 100 | + |
| 101 | + |
| 102 | + |
99 | 103 |
|
100 | 104 |
|
101 | 105 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
| 77 | + |
| 78 | + |
| 79 | + |
77 | 80 |
|
78 | 81 |
|
79 | 82 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
| 53 | + |
| 54 | + |
| 55 | + |
53 | 56 |
|
54 | 57 |
|
55 | 58 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraph.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraph.php+8-13Lines changed: 8 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
| 24 | + |
23 | 25 |
|
24 | 26 |
|
25 | 27 |
|
| ||
85 | 87 |
|
86 | 88 |
|
87 | 89 |
|
| 90 | + |
88 | 91 |
|
89 |
| - |
| 92 | + |
90 | 93 |
|
91 |
| - |
92 |
| - |
93 |
| - |
94 |
| - |
95 |
| - |
96 |
| - |
97 |
| - |
98 |
| - |
99 |
| - |
100 |
| - |
101 |
| - |
| 94 | + |
| 95 | + |
| 96 | + |
102 | 97 |
|
103 | 98 |
|
104 |
| - |
| 99 | + |
105 | 100 |
|
106 | 101 |
|
107 | 102 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphEdge.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphEdge.php+14-1Lines changed: 14 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
32 | 33 |
|
| 34 | + |
33 | 35 |
|
34 |
| - |
| 36 | + |
35 | 37 |
|
36 | 38 |
|
37 | 39 |
|
38 | 40 |
|
39 | 41 |
|
| 42 | + |
40 | 43 |
|
41 | 44 |
|
42 | 45 |
|
| ||
78 | 81 |
|
79 | 82 |
|
80 | 83 |
|
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
81 | 94 |
|
src/Symfony/Component/DependencyInjection/Container.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Container.php+6-17Lines changed: 6 additions & 17 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
27 | 26 |
|
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
| 27 | + |
| 28 | + |
41 | 29 |
|
42 | 30 |
|
43 | 31 |
|
44 | 32 |
|
45 | 33 |
|
| 34 | + |
46 | 35 |
|
47 | 36 |
|
48 | 37 |
|
| ||
304 | 293 |
|
305 | 294 |
|
306 | 295 |
|
307 |
| - |
| 296 | + |
308 | 297 |
|
309 |
| - |
| 298 | + |
310 | 299 |
|
311 | 300 |
|
312 | 301 |
|
| ||
315 | 304 |
|
316 | 305 |
|
317 | 306 |
|
318 |
| - |
| 307 | + |
319 | 308 |
|
320 | 309 |
|
321 | 310 |
|
|
src/Symfony/Component/DependencyInjection/ContainerBuilder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/ContainerBuilder.php+45-3Lines changed: 45 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
565 | 565 |
|
566 | 566 |
|
567 | 567 |
|
| 568 | + |
| 569 | + |
| 570 | + |
568 | 571 |
|
569 | 572 |
|
570 | 573 |
|
| ||
1160 | 1163 |
|
1161 | 1164 |
|
1162 | 1165 |
|
| 1166 | + |
| 1167 | + |
| 1168 | + |
| 1169 | + |
| 1170 | + |
1163 | 1171 |
|
1164 | 1172 |
|
1165 | 1173 |
|
| ||
1171 | 1179 |
|
1172 | 1180 |
|
1173 | 1181 |
|
| 1182 | + |
| 1183 | + |
| 1184 | + |
| 1185 | + |
| 1186 | + |
1174 | 1187 |
|
1175 | 1188 |
|
1176 | 1189 |
|
| ||
1397 | 1410 |
|
1398 | 1411 |
|
1399 | 1412 |
|
| 1413 | + |
| 1414 | + |
1400 | 1415 |
|
1401 | 1416 |
|
1402 | 1417 |
|
| ||
1413 | 1428 |
|
1414 | 1429 |
|
1415 | 1430 |
|
| 1431 | + |
| 1432 | + |
| 1433 | + |
| 1434 | + |
| 1435 | + |
| 1436 | + |
| 1437 | + |
| 1438 | + |
| 1439 | + |
| 1440 | + |
| 1441 | + |
| 1442 | + |
| 1443 | + |
| 1444 | + |
| 1445 | + |
| 1446 | + |
| 1447 | + |
| 1448 | + |
| 1449 | + |
| 1450 | + |
| 1451 | + |
| 1452 | + |
| 1453 | + |
| 1454 | + |
1416 | 1455 |
|
1417 | 1456 |
|
1418 | 1457 |
|
| ||
1465 | 1504 |
|
1466 | 1505 |
|
1467 | 1506 |
|
1468 |
| - |
1469 |
| - |
1470 |
| - |
| 1507 | + |
1471 | 1508 |
|
1472 | 1509 |
|
1473 | 1510 |
|
1474 | 1511 |
|
| 1512 | + |
| 1513 | + |
| 1514 | + |
| 1515 | + |
| 1516 | + |
1475 | 1517 |
|
1476 | 1518 |
|
1477 | 1519 |
|
|
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 |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
| 30 | + |
30 | 31 |
|
31 | 32 |
|
32 | 33 |
|
|
src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php+13-9Lines changed: 13 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
277 | 277 |
|
278 | 278 |
|
279 | 279 |
|
280 |
| - |
| 280 | + |
281 | 281 |
|
282 | 282 |
|
283 | 283 |
|
| ||
1295 | 1295 |
|
1296 | 1296 |
|
1297 | 1297 |
|
1298 |
| - |
1299 |
| - |
1300 |
| - |
1301 |
| - |
1302 | 1298 |
|
1303 |
| - |
| 1299 | + |
| 1300 | + |
| 1301 | + |
| 1302 | + |
| 1303 | + |
| 1304 | + |
| 1305 | + |
1304 | 1306 |
|
1305 | 1307 |
|
1306 | 1308 |
|
| ||
1335 | 1337 |
|
1336 | 1338 |
|
1337 | 1339 |
|
1338 |
| - |
1339 |
| - |
| 1340 | + |
| 1341 | + |
1340 | 1342 |
|
1341 | 1343 |
|
1342 | 1344 |
|
| ||
1665 | 1667 |
|
1666 | 1668 |
|
1667 | 1669 |
|
1668 |
| - |
| 1670 | + |
| 1671 | + |
| 1672 | + |
1669 | 1673 |
|
1670 | 1674 |
|
1671 | 1675 |
|
|
src/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
309 | 309 |
|
310 | 310 |
|
311 | 311 |
|
| 312 | + |
| 313 | + |
312 | 314 |
|
313 | 315 |
|
314 | 316 |
|
|
0 commit comments