File tree
42 files changed
+496
-193
lines changedFilter options
- src/Symfony/Component/DependencyInjection
- Compiler
- Loader
- Tests
- Compiler
- Fixtures
- xml
- yaml
- integration
- autoconfigure_child_not_applied
- autoconfigure_parent_child
- autoconfigure_parent_child_tags
- child_parent
- defaults_instanceof_importance
- defaults_parent_child
- instanceof_parent_child
- Loader
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
42 files changed
+496
-193
lines changedsrc/Symfony/Component/DependencyInjection/ChildDefinition.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/ChildDefinition.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 |
|
16 | 17 |
|
| ||
134 | 135 |
|
135 | 136 |
|
136 | 137 |
|
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
137 | 154 |
|
138 | 155 |
|
139 | 156 |
|
src/Symfony/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.php+3-4Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
104 |
| - |
105 | 104 |
|
106 | 105 |
|
107 | 106 |
|
| ||
130 | 129 |
|
131 | 130 |
|
132 | 131 |
|
133 |
| - |
134 |
| - |
135 |
| - |
136 | 132 |
|
137 | 133 |
|
138 | 134 |
|
| ||
174 | 170 |
|
175 | 171 |
|
176 | 172 |
|
| 173 | + |
| 174 | + |
| 175 | + |
177 | 176 |
|
178 | 177 |
|
179 | 178 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/ResolveInstanceofConditionalsPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ResolveInstanceofConditionalsPass.php+16-6Lines changed: 16 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| ||
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
31 | 41 |
|
32 | 42 |
|
33 | 43 |
|
| ||
40 | 50 |
|
41 | 51 |
|
42 | 52 |
|
43 |
| - |
44 |
| - |
| 53 | + |
| 54 | + |
45 | 55 |
|
46 | 56 |
|
47 | 57 |
|
48 | 58 |
|
49 | 59 |
|
50 | 60 |
|
51 | 61 |
|
52 |
| - |
| 62 | + |
53 | 63 |
|
54 | 64 |
|
55 | 65 |
|
| ||
113 | 123 |
|
114 | 124 |
|
115 | 125 |
|
116 |
| - |
| 126 | + |
117 | 127 |
|
118 | 128 |
|
119 |
| - |
| 129 | + |
120 | 130 |
|
121 | 131 |
|
122 | 132 |
|
123 | 133 |
|
124 | 134 |
|
125 | 135 |
|
126 | 136 |
|
127 |
| - |
| 137 | + |
128 | 138 |
|
129 | 139 |
|
130 | 140 |
|
|
src/Symfony/Component/DependencyInjection/ContainerBuilder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/ContainerBuilder.php+10-9Lines changed: 10 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
118 | 118 |
|
119 | 119 |
|
120 | 120 |
|
121 |
| - |
| 121 | + |
122 | 122 |
|
123 | 123 |
|
124 | 124 |
|
| ||
641 | 641 |
|
642 | 642 |
|
643 | 643 |
|
644 |
| - |
645 |
| - |
| 644 | + |
| 645 | + |
646 | 646 |
|
647 | 647 |
|
648 | 648 |
|
649 |
| - |
| 649 | + |
650 | 650 |
|
651 | 651 |
|
652 | 652 |
|
| ||
1272 | 1272 |
|
1273 | 1273 |
|
1274 | 1274 |
|
| 1275 | + |
1275 | 1276 |
|
1276 | 1277 |
|
1277 | 1278 |
|
1278 | 1279 |
|
1279 |
| - |
1280 |
| - |
| 1280 | + |
| 1281 | + |
1281 | 1282 |
|
1282 | 1283 |
|
1283 |
| - |
| 1284 | + |
1284 | 1285 |
|
1285 | 1286 |
|
1286 | 1287 |
|
1287 | 1288 |
|
1288 | 1289 |
|
1289 | 1290 |
|
1290 | 1291 |
|
1291 |
| - |
| 1292 | + |
1292 | 1293 |
|
1293 |
| - |
| 1294 | + |
1294 | 1295 |
|
1295 | 1296 |
|
1296 | 1297 |
|
|
src/Symfony/Component/DependencyInjection/Loader/FileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/FileLoader.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
82 |
| - |
| 82 | + |
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
|
src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php+13-1Lines changed: 13 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
215 | 215 |
|
216 | 216 |
|
217 | 217 |
|
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
218 | 226 |
|
219 | 227 |
|
220 | 228 |
|
| ||
255 | 263 |
|
256 | 264 |
|
257 | 265 |
|
258 |
| - |
| 266 | + |
| 267 | + |
| 268 | + |
| 269 | + |
| 270 | + |
259 | 271 |
|
260 | 272 |
|
261 | 273 |
|
|
src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php+13-2Lines changed: 13 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
88 | 88 |
|
89 | 89 |
|
90 | 90 |
|
91 |
| - |
92 | 91 |
|
93 | 92 |
|
94 | 93 |
|
| ||
357 | 356 |
|
358 | 357 |
|
359 | 358 |
|
| 359 | + |
| 360 | + |
| 361 | + |
| 362 | + |
| 363 | + |
| 364 | + |
| 365 | + |
| 366 | + |
360 | 367 |
|
361 | 368 |
|
362 | 369 |
|
| ||
518 | 525 |
|
519 | 526 |
|
520 | 527 |
|
521 |
| - |
| 528 | + |
| 529 | + |
| 530 | + |
| 531 | + |
| 532 | + |
522 | 533 |
|
523 | 534 |
|
524 | 535 |
|
|
src/Symfony/Component/DependencyInjection/Tests/ChildDefinitionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/ChildDefinitionTest.php+18Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
132 | 132 |
|
133 | 133 |
|
134 | 134 |
|
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
135 | 153 |
|
0 commit comments