Commit 5a35a7f
File tree
6 files changed
+41
-1
lines changedFilter options
- src/Symfony/Component/Routing
- Loader
- Tests
- Fixtures/redirect_to
- Loader
6 files changed
+41
-1
lines changedsrc/Symfony/Component/Routing/Loader/XmlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/XmlFileLoader.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
244 | 244 |
|
245 | 245 |
|
246 | 246 |
|
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
247 | 251 |
|
248 | 252 |
|
249 | 253 |
|
|
src/Symfony/Component/Routing/Loader/YamlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/YamlFileLoader.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
120 | 120 |
|
121 | 121 |
|
122 | 122 |
|
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
123 | 127 |
|
124 | 128 |
|
125 | 129 |
|
|
src/Symfony/Component/Routing/Tests/Fixtures/redirect_to/redirect_with_controller.xml
Copy file name to clipboard+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
src/Symfony/Component/Routing/Tests/Fixtures/redirect_to/redirect_with_controller.yml
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
src/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php+11-1Lines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
364 | 364 |
|
365 | 365 |
|
366 | 366 |
|
367 |
| - |
| 367 | + |
368 | 368 |
|
369 | 369 |
|
370 | 370 |
|
| ||
389 | 389 |
|
390 | 390 |
|
391 | 391 |
|
| 392 | + |
| 393 | + |
| 394 | + |
| 395 | + |
| 396 | + |
| 397 | + |
| 398 | + |
| 399 | + |
| 400 | + |
| 401 | + |
392 | 402 |
|
src/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
210 | 210 |
|
211 | 211 |
|
212 | 212 |
|
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
213 | 223 |
|
0 commit comments