Commit 2da68ba
File tree
20 files changed
+67
-10
lines changedFilter options
- src/Symfony/Component/Routing
- Annotation
- Loader
- Configurator/Traits
- schema/routing
- Tests
- Fixtures
- Loader
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 |
|
src/Symfony/Component/Routing/Tests/Fixtures/importer-with-defaults.xml
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/importer-with-defaults.xml+2-1Lines changed: 2 additions & 1 deletion
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/importer-with-defaults.yml
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/importer-with-defaults.yml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| 6 | + |
src/Symfony/Component/Routing/Tests/Fixtures/php_dsl.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/php_dsl.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
| 13 | + |
13 | 14 |
|
14 | 15 |
|
15 | 16 |
|
|
src/Symfony/Component/Routing/Tests/Fixtures/php_object_dsl.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/php_object_dsl.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
|
src/Symfony/Component/Routing/Tests/Fixtures/validpattern.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/validpattern.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
| 9 | + |
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
|
src/Symfony/Component/Routing/Tests/Fixtures/validpattern.xml
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/validpattern.xml+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
| 10 | + |
| 11 | + |
9 | 12 |
|
10 | 13 |
|
11 | 14 |
|
|
src/Symfony/Component/Routing/Tests/Fixtures/validpattern.yml
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/validpattern.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
|
src/Symfony/Component/Routing/Tests/Loader/PhpFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Loader/PhpFileLoaderTest.php+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
| 46 | + |
46 | 47 |
|
47 | 48 |
|
48 | 49 |
|
| ||
109 | 110 |
|
110 | 111 |
|
111 | 112 |
|
| 113 | + |
112 | 114 |
|
113 | 115 |
|
114 | 116 |
|
| 117 | + |
115 | 118 |
|
116 | 119 |
|
117 | 120 |
|
| ||
172 | 175 |
|
173 | 176 |
|
174 | 177 |
|
175 |
| - |
| 178 | + |
176 | 179 |
|
177 | 180 |
|
178 | 181 |
|
|
src/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
| 50 | + |
50 | 51 |
|
51 | 52 |
|
52 | 53 |
|
| ||
98 | 99 |
|
99 | 100 |
|
100 | 101 |
|
| 102 | + |
101 | 103 |
|
102 | 104 |
|
103 | 105 |
|
| ||
111 | 113 |
|
112 | 114 |
|
113 | 115 |
|
| 116 | + |
114 | 117 |
|
115 | 118 |
|
116 | 119 |
|
| 120 | + |
117 | 121 |
|
118 | 122 |
|
119 | 123 |
|
|
src/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
90 | 90 |
|
91 | 91 |
|
92 | 92 |
|
| 93 | + |
93 | 94 |
|
94 | 95 |
|
95 | 96 |
|
| ||
232 | 233 |
|
233 | 234 |
|
234 | 235 |
|
| 236 | + |
235 | 237 |
|
236 | 238 |
|
237 | 239 |
|
| ||
245 | 247 |
|
246 | 248 |
|
247 | 249 |
|
| 250 | + |
248 | 251 |
|
249 | 252 |
|
250 | 253 |
|
| 254 | + |
251 | 255 |
|
252 | 256 |
|
253 | 257 |
|
|
0 commit comments