Commit e8d06b2
File tree
Expand file treeCollapse file tree
8 files changed
+34
-22
lines changedFilter options
- src/Symfony/Component/DependencyInjection
- Loader
- Tests
- Fixtures
- xml
- yaml
- Loader
Expand file treeCollapse file tree
8 files changed
+34
-22
lines changedsrc/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php+16-6Lines changed: 16 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
126 | 126 |
|
127 | 127 |
|
128 | 128 |
|
| 129 | + |
129 | 130 |
|
130 | 131 |
|
131 | 132 |
|
132 |
| - |
| 133 | + |
133 | 134 |
|
134 | 135 |
|
135 | 136 |
|
| ||
149 | 150 |
|
150 | 151 |
|
151 | 152 |
|
| 153 | + |
| 154 | + |
| 155 | + |
152 | 156 |
|
153 | 157 |
|
154 | 158 |
|
155 | 159 |
|
156 | 160 |
|
157 | 161 |
|
158 |
| - |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
159 | 169 |
|
160 | 170 |
|
161 | 171 |
|
| ||
173 | 183 |
|
174 | 184 |
|
175 | 185 |
|
176 |
| - |
| 186 | + |
177 | 187 |
|
178 | 188 |
|
179 | 189 |
|
| ||
192 | 202 |
|
193 | 203 |
|
194 | 204 |
|
195 |
| - |
| 205 | + |
196 | 206 |
|
197 | 207 |
|
198 | 208 |
|
| ||
233 | 243 |
|
234 | 244 |
|
235 | 245 |
|
236 |
| - |
| 246 | + |
237 | 247 |
|
238 | 248 |
|
239 | 249 |
|
| ||
392 | 402 |
|
393 | 403 |
|
394 | 404 |
|
395 |
| - |
| 405 | + |
396 | 406 |
|
397 | 407 |
|
398 | 408 |
|
|
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 |
---|---|---|
| ||
172 | 172 |
|
173 | 173 |
|
174 | 174 |
|
| 175 | + |
175 | 176 |
|
176 | 177 |
|
177 | 178 |
|
| ||
201 | 202 |
|
202 | 203 |
|
203 | 204 |
|
| 205 | + |
204 | 206 |
|
205 | 207 |
|
206 | 208 |
|
207 | 209 |
|
| 210 | + |
208 | 211 |
|
209 | 212 |
|
210 | 213 |
|
211 | 214 |
|
| 215 | + |
212 | 216 |
|
213 | 217 |
|
214 | 218 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/legacy-services6.xml
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/legacy-services6.xml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
9 | 10 |
|
10 | 11 |
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services6.xml
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services6.xml-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 |
| - |
51 | 50 |
|
52 | 51 |
|
53 | 52 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/legacy-services6.yml
Copy file name to clipboard+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services6.yml
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services6.yml-5Lines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 | 26 |
|
32 | 27 |
|
33 | 28 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php+4-5Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
206 | 206 |
|
207 | 207 |
|
208 | 208 |
|
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
209 | 213 |
|
210 | 214 |
|
211 | 215 |
|
| ||
231 | 235 |
|
232 | 236 |
|
233 | 237 |
|
234 |
| - |
235 |
| - |
236 |
| - |
237 |
| - |
238 | 238 |
|
239 | 239 |
|
240 | 240 |
|
| ||
243 | 243 |
|
244 | 244 |
|
245 | 245 |
|
246 |
| - |
247 | 246 |
|
248 | 247 |
|
249 | 248 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Loader/YamlFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Loader/YamlFileLoaderTest.php+4-5Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
135 | 135 |
|
136 | 136 |
|
137 | 137 |
|
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
138 | 142 |
|
139 | 143 |
|
140 | 144 |
|
| ||
160 | 164 |
|
161 | 165 |
|
162 | 166 |
|
163 |
| - |
164 |
| - |
165 |
| - |
166 |
| - |
167 | 167 |
|
168 | 168 |
|
169 | 169 |
|
| ||
172 | 172 |
|
173 | 173 |
|
174 | 174 |
|
175 |
| - |
176 | 175 |
|
177 | 176 |
|
178 | 177 |
|
|
0 commit comments