Commit b8c68da
File tree
10 files changed
+61
-9
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle/Resources/config
- Component/DependencyInjection
- Loader
- Tests
- Fixtures/xml
- Loader
10 files changed
+61
-9
lines changedUPGRADE-3.4.md
Copy file name to clipboard+8-3Lines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
4 | 9 |
|
5 | 10 |
|
6 | 11 |
|
7 | 12 |
|
8 | 13 |
|
9 |
| - |
| 14 | + |
10 | 15 |
|
11 | 16 |
|
12 | 17 |
|
13 | 18 |
|
14 |
| - |
15 |
| - |
| 19 | + |
| 20 | + |
+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
128 | 128 |
|
129 | 129 |
|
130 | 130 |
|
| 131 | + |
| 132 | + |
131 | 133 |
|
132 | 134 |
|
133 | 135 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/services.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/services.xml+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
69 |
| - |
| 69 | + |
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
74 |
| - |
| 74 | + |
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
|
src/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 |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 | 11 |
|
|
src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
413 | 413 |
|
414 | 414 |
|
415 | 415 |
|
| 416 | + |
| 417 | + |
416 | 418 |
|
417 | 419 |
|
418 | 420 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/nested_service_without_id.xml
Copy file name to clipboard+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services28.xml
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services28.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
| 8 | + |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services5.xml
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services5.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_without_id.xml
Copy file name to clipboard+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
src/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php+23-2Lines changed: 23 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
230 | 230 |
|
231 | 231 |
|
232 | 232 |
|
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
| 252 | + |
| 253 | + |
| 254 | + |
233 | 255 |
|
234 | 256 |
|
235 | 257 |
|
| ||
667 | 689 |
|
668 | 690 |
|
669 | 691 |
|
670 |
| - |
671 |
| - |
672 | 692 |
|
| 693 | + |
673 | 694 |
|
674 | 695 |
|
675 | 696 |
|
|
0 commit comments