File tree
6 files changed
+35
-3
lines changedFilter options
- src/Symfony/Component/Routing
- Tests
- Fixtures/controller
- Loader
6 files changed
+35
-3
lines changedsrc/Symfony/Component/Routing/Route.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Route.php+8-2Lines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
109 | 109 |
|
110 | 110 |
|
111 | 111 |
|
112 |
| - |
| 112 | + |
113 | 113 |
|
114 | 114 |
|
115 | 115 |
|
| ||
123 | 123 |
|
124 | 124 |
|
125 | 125 |
|
| 126 | + |
126 | 127 |
|
127 | 128 |
|
128 |
| - |
| 129 | + |
129 | 130 |
|
130 | 131 |
|
131 | 132 |
|
132 | 133 |
|
133 | 134 |
|
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
134 | 140 |
|
135 | 141 |
|
136 | 142 |
|
|
src/Symfony/Component/Routing/RouteCollection.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/RouteCollection.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
147 | 147 |
|
148 | 148 |
|
149 | 149 |
|
150 |
| - |
| 150 | + |
151 | 151 |
|
152 | 152 |
|
153 | 153 |
|
|
src/Symfony/Component/Routing/Tests/Fixtures/controller/routing.xml
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/controller/routing.xml+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
| 10 | + |
9 | 11 |
|
10 | 12 |
|
11 | 13 |
|
|
src/Symfony/Component/Routing/Tests/Fixtures/controller/routing.yml
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/controller/routing.yml+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
5 | 9 |
|
6 | 10 |
|
7 | 11 |
|
|
src/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
296 | 296 |
|
297 | 297 |
|
298 | 298 |
|
| 299 | + |
| 300 | + |
| 301 | + |
| 302 | + |
299 | 303 |
|
300 | 304 |
|
301 | 305 |
|
| ||
371 | 375 |
|
372 | 376 |
|
373 | 377 |
|
| 378 | + |
| 379 | + |
| 380 | + |
| 381 | + |
| 382 | + |
| 383 | + |
374 | 384 |
|
375 | 385 |
|
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 |
---|---|---|
| ||
117 | 117 |
|
118 | 118 |
|
119 | 119 |
|
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
120 | 124 |
|
121 | 125 |
|
122 | 126 |
|
| ||
192 | 196 |
|
193 | 197 |
|
194 | 198 |
|
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
195 | 205 |
|
196 | 206 |
|
0 commit comments