Commit 2da68ba
File tree
Expand file treeCollapse file tree
20 files changed
+67
-10
lines changedFilter options
- src/Symfony/Component/Routing
- Annotation
- Loader
- Configurator/Traits
- schema/routing
- Tests
- Fixtures
- Loader
Expand file treeCollapse file tree
20 files changed
+67
-10
lines changedsrc/Symfony/Component/Routing/Annotation/Route.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Annotation/Route.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
75 | 80 |
|
76 | 81 |
|
77 | 82 |
|
|
src/Symfony/Component/Routing/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
13 | 14 |
|
14 | 15 |
|
15 | 16 |
|
|
src/Symfony/Component/Routing/Loader/Configurator/Traits/RouteTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/Configurator/Traits/RouteTrait.php+12Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
160 | 160 |
|
161 | 161 |
|
162 | 162 |
|
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
163 | 175 |
|
src/Symfony/Component/Routing/Loader/XmlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/XmlFileLoader.php+9-1Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 | 20 |
|
22 | 21 |
|
23 | 22 |
|
| ||
300 | 299 |
|
301 | 300 |
|
302 | 301 |
|
| 302 | + |
| 303 | + |
| 304 | + |
| 305 | + |
| 306 | + |
| 307 | + |
| 308 | + |
| 309 | + |
| 310 | + |
303 | 311 |
|
304 | 312 |
|
305 | 313 |
|
|
src/Symfony/Component/Routing/Loader/YamlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/YamlFileLoader.php+10-2Lines changed: 10 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
20 | 19 |
|
21 | 20 |
|
22 | 21 |
|
| ||
33 | 32 |
|
34 | 33 |
|
35 | 34 |
|
36 |
| - |
| 35 | + |
37 | 36 |
|
38 | 37 |
|
39 | 38 |
|
| ||
134 | 133 |
|
135 | 134 |
|
136 | 135 |
|
| 136 | + |
| 137 | + |
| 138 | + |
137 | 139 |
|
138 | 140 |
|
139 | 141 |
|
| ||
179 | 181 |
|
180 | 182 |
|
181 | 183 |
|
| 184 | + |
| 185 | + |
| 186 | + |
182 | 187 |
|
183 | 188 |
|
184 | 189 |
|
| ||
245 | 250 |
|
246 | 251 |
|
247 | 252 |
|
| 253 | + |
| 254 | + |
| 255 | + |
248 | 256 |
|
249 | 257 |
|
src/Symfony/Component/Routing/Loader/schema/routing/routing-1.0.xsd
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/schema/routing/routing-1.0.xsd+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
| 58 | + |
58 | 59 |
|
59 | 60 |
|
60 | 61 |
|
| ||
76 | 77 |
|
77 | 78 |
|
78 | 79 |
|
| 80 | + |
79 | 81 |
|
80 | 82 |
|
81 | 83 |
|
|
src/Symfony/Component/Routing/Tests/Fixtures/defaults.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/defaults.php+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/Routing/Tests/Fixtures/defaults.xml
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/defaults.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
src/Symfony/Component/Routing/Tests/Fixtures/defaults.yml
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/defaults.yml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
src/Symfony/Component/Routing/Tests/Fixtures/importer-with-defaults.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/importer-with-defaults.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
0 commit comments