Commit cd325e1
File tree
4 files changed
+22
-8
lines changedFilter options
- src/Symfony/Bundle/FrameworkBundle
- Routing/Loader
- Tests
- Fixtures/Resources/config/routing
- Routing/Loader
4 files changed
+22
-8
lines changedsrc/Symfony/Bundle/FrameworkBundle/Routing/Loader/YamlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Routing/Loader/YamlFileLoader.php+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
33 | 37 |
|
34 | 38 |
|
35 | 39 |
|
36 | 40 |
|
37 | 41 |
|
38 | 42 |
|
39 |
| - |
| 43 | + |
40 | 44 |
|
41 | 45 |
|
42 | 46 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/config/routing/template_and_redirect.yaml
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/Bundle/FrameworkBundle/Tests/Fixtures/Resources/config/routing/with_controller_attribute.yaml
Copy file name to clipboard+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
| 2 | + |
| 3 | + |
3 | 4 |
|
src/Symfony/Bundle/FrameworkBundle/Tests/Routing/Loader/YamlFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Routing/Loader/YamlFileLoaderTest.php+10-5Lines changed: 10 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
| ||
30 | 29 |
|
31 | 30 |
|
32 | 31 |
|
33 |
| - |
| 32 | + |
34 | 33 |
|
35 |
| - |
36 |
| - |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
37 | 41 |
|
38 | 42 |
|
39 | 43 |
|
40 | 44 |
|
41 | 45 |
|
42 |
| - |
| 46 | + |
| 47 | + |
43 | 48 |
|
44 | 49 |
|
0 commit comments