File tree
16 files changed
+109
-11
lines changedFilter options
- src/Symfony/Component/DependencyInjection
- Compiler
- Dumper
- Loader
16 files changed
+109
-11
lines changedsrc/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
| 78 | + |
78 | 79 |
|
79 | 80 |
|
80 | 81 |
|
| ||
108 | 109 |
|
109 | 110 |
|
110 | 111 |
|
| 112 | + |
111 | 113 |
|
112 | 114 |
|
113 | 115 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
| 44 | + |
44 | 45 |
|
45 | 46 |
|
46 | 47 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
| 50 | + |
50 | 51 |
|
51 | 52 |
|
52 | 53 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
| 87 | + |
87 | 88 |
|
88 | 89 |
|
89 | 90 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
| 79 | + |
79 | 80 |
|
80 | 81 |
|
81 | 82 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.php+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
| 75 | + |
75 | 76 |
|
76 | 77 |
|
77 | 78 |
|
| ||
131 | 132 |
|
132 | 133 |
|
133 | 134 |
|
| 135 | + |
134 | 136 |
|
135 | 137 |
|
136 | 138 |
|
| ||
203 | 205 |
|
204 | 206 |
|
205 | 207 |
|
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
206 | 213 |
|
207 | 214 |
|
208 | 215 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
56 | 67 |
|
57 | 68 |
|
58 | 69 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/ResolveParameterPlaceHoldersPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ResolveParameterPlaceHoldersPass.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
| 54 | + |
54 | 55 |
|
55 | 56 |
|
56 | 57 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
| 44 | + |
44 | 45 |
|
45 | 46 |
|
46 | 47 |
|
|
src/Symfony/Component/DependencyInjection/Definition.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Definition.php+21Lines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
| 32 | + |
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
| ||
319 | 320 |
|
320 | 321 |
|
321 | 322 |
|
| 323 | + |
| 324 | + |
| 325 | + |
| 326 | + |
| 327 | + |
| 328 | + |
| 329 | + |
| 330 | + |
| 331 | + |
| 332 | + |
| 333 | + |
| 334 | + |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
| 339 | + |
| 340 | + |
| 341 | + |
| 342 | + |
322 | 343 |
|
323 | 344 |
|
324 | 345 |
|
|
src/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
82 | 89 |
|
83 | 90 |
|
84 | 91 |
|
|
src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php+42-11Lines changed: 42 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
207 | 207 |
|
208 | 208 |
|
209 | 209 |
|
| 210 | + |
210 | 211 |
|
211 | 212 |
|
212 | 213 |
|
| ||
329 | 330 |
|
330 | 331 |
|
331 | 332 |
|
332 |
| - |
| 333 | + |
333 | 334 |
|
334 | 335 |
|
335 | 336 |
|
| ||
346 | 347 |
|
347 | 348 |
|
348 | 349 |
|
349 |
| - |
| 350 | + |
350 | 351 |
|
351 | 352 |
|
| 353 | + |
352 | 354 |
|
353 | 355 |
|
354 | 356 |
|
| ||
438 | 440 |
|
439 | 441 |
|
440 | 442 |
|
441 |
| - |
| 443 | + |
442 | 444 |
|
443 | 445 |
|
444 | 446 |
|
445 |
| - |
| 447 | + |
446 | 448 |
|
447 | 449 |
|
448 | 450 |
|
| ||
474 | 476 |
|
475 | 477 |
|
476 | 478 |
|
| 479 | + |
| 480 | + |
| 481 | + |
| 482 | + |
| 483 | + |
| 484 | + |
| 485 | + |
| 486 | + |
| 487 | + |
| 488 | + |
| 489 | + |
| 490 | + |
| 491 | + |
| 492 | + |
| 493 | + |
| 494 | + |
| 495 | + |
| 496 | + |
| 497 | + |
| 498 | + |
| 499 | + |
| 500 | + |
| 501 | + |
| 502 | + |
477 | 503 |
|
478 | 504 |
|
479 | 505 |
|
| ||
506 | 532 |
|
507 | 533 |
|
508 | 534 |
|
509 |
| - |
| 535 | + |
510 | 536 |
|
511 | 537 |
|
512 | 538 |
|
| ||
519 | 545 |
|
520 | 546 |
|
521 | 547 |
|
| 548 | + |
522 | 549 |
|
523 | 550 |
|
524 | 551 |
|
| ||
680 | 707 |
|
681 | 708 |
|
682 | 709 |
|
| 710 | + |
683 | 711 |
|
684 | 712 |
|
685 | 713 |
|
| ||
1183 | 1211 |
|
1184 | 1212 |
|
1185 | 1213 |
|
| 1214 | + |
1186 | 1215 |
|
1187 | 1216 |
|
1188 | 1217 |
|
1189 |
| - |
| 1218 | + |
1190 | 1219 |
|
1191 |
| - |
| 1220 | + |
1192 | 1221 |
|
1193 | 1222 |
|
1194 | 1223 |
|
| ||
1245 | 1274 |
|
1246 | 1275 |
|
1247 | 1276 |
|
| 1277 | + |
1248 | 1278 |
|
1249 | 1279 |
|
1250 | 1280 |
|
| ||
1317 | 1347 |
|
1318 | 1348 |
|
1319 | 1349 |
|
1320 |
| - |
1321 |
| - |
1322 |
| - |
| 1350 | + |
1323 | 1351 |
|
1324 | 1352 |
|
1325 | 1353 |
|
| ||
1352 | 1380 |
|
1353 | 1381 |
|
1354 | 1382 |
|
1355 |
| - |
| 1383 | + |
1356 | 1384 |
|
1357 | 1385 |
|
| 1386 | + |
| 1387 | + |
| 1388 | + |
1358 | 1389 |
|
1359 | 1390 |
|
1360 | 1391 |
|
|
src/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
165 | 165 |
|
166 | 166 |
|
167 | 167 |
|
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
168 | 172 |
|
169 | 173 |
|
170 | 174 |
|
|
src/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
124 | 124 |
|
125 | 125 |
|
126 | 126 |
|
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
127 | 131 |
|
128 | 132 |
|
129 | 133 |
|
|
src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
171 | 171 |
|
172 | 172 |
|
173 | 173 |
|
| 174 | + |
174 | 175 |
|
175 | 176 |
|
176 | 177 |
|
|
src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
242 | 242 |
|
243 | 243 |
|
244 | 244 |
|
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
245 | 249 |
|
246 | 250 |
|
247 | 251 |
|
|
0 commit comments