File tree
8 files changed
+24
-26
lines changedFilter options
- src/Symfony/Component/DependencyInjection
- Loader
- Tests
- Compiler
- Fixtures
- xml
- yaml
- Loader
8 files changed
+24
-26
lines changedsrc/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php+1-8Lines changed: 1 addition & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
222 | 222 |
|
223 | 223 |
|
224 | 224 |
|
225 |
| - |
226 | 225 |
|
227 | 226 |
|
228 | 227 |
|
| ||
305 | 304 |
|
306 | 305 |
|
307 | 306 |
|
308 |
| - |
309 |
| - |
310 |
| - |
311 |
| - |
312 |
| - |
313 |
| - |
314 |
| - |
| 307 | + |
315 | 308 |
|
316 | 309 |
|
317 | 310 |
|
|
src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php+1-8Lines changed: 1 addition & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
363 | 363 |
|
364 | 364 |
|
365 | 365 |
|
366 |
| - |
367 | 366 |
|
368 | 367 |
|
369 | 368 |
|
| ||
451 | 450 |
|
452 | 451 |
|
453 | 452 |
|
454 |
| - |
455 |
| - |
456 |
| - |
457 |
| - |
458 |
| - |
459 |
| - |
460 |
| - |
| 453 | + |
461 | 454 |
|
462 | 455 |
|
463 | 456 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Compiler/IntegrationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/IntegrationTest.php+12-1Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
138 | 138 |
|
139 | 139 |
|
140 | 140 |
|
| 141 | + |
141 | 142 |
|
142 | 143 |
|
143 | 144 |
|
| ||
161 | 162 |
|
162 | 163 |
|
163 | 164 |
|
164 |
| - |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
165 | 173 |
|
166 | 174 |
|
167 | 175 |
|
| ||
173 | 181 |
|
174 | 182 |
|
175 | 183 |
|
| 184 | + |
| 185 | + |
| 186 | + |
176 | 187 |
|
177 | 188 |
|
178 | 189 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services29.xml
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services29.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
| 9 | + |
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services28.yml
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services28.yml-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
18 | 17 |
|
19 | 18 |
|
20 | 19 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services_defaults_instanceof_parent.yml
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services_defaults_instanceof_parent.yml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
5 | 6 |
|
6 | 7 |
|
7 | 8 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
659 | 659 |
|
660 | 660 |
|
661 | 661 |
|
662 |
| - |
663 |
| - |
664 |
| - |
| 662 | + |
| 663 | + |
| 664 | + |
665 | 665 |
|
666 | 666 |
|
667 | 667 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Loader/YamlFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Loader/YamlFileLoaderTest.php+5-4Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
416 | 416 |
|
417 | 417 |
|
418 | 418 |
|
419 |
| - |
420 |
| - |
421 |
| - |
422 |
| - |
| 419 | + |
| 420 | + |
| 421 | + |
| 422 | + |
| 423 | + |
423 | 424 |
|
424 | 425 |
|
425 | 426 |
|
|
0 commit comments