Commit 88b89c9
File tree
8 files changed
+22
-5
lines changedFilter options
- src/Symfony/Component/Routing
- Loader
- Configurator/Traits
- Tests/Loader
8 files changed
+22
-5
lines changedsrc/Symfony/Component/Routing/Loader/AnnotationClassLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
| ||
211 | 212 |
|
212 | 213 |
|
213 | 214 |
|
| 215 | + |
214 | 216 |
|
215 | 217 |
|
216 | 218 |
|
|
src/Symfony/Component/Routing/Loader/Configurator/Traits/AddTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/Configurator/Traits/AddTrait.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| ||
67 | 68 |
|
68 | 69 |
|
69 | 70 |
|
| 71 | + |
70 | 72 |
|
71 | 73 |
|
72 | 74 |
|
|
src/Symfony/Component/Routing/Loader/XmlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/XmlFileLoader.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| ||
129 | 130 |
|
130 | 131 |
|
131 | 132 |
|
| 133 | + |
132 | 134 |
|
133 | 135 |
|
134 | 136 |
|
|
src/Symfony/Component/Routing/Loader/YamlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/YamlFileLoader.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| ||
140 | 141 |
|
141 | 142 |
|
142 | 143 |
|
| 144 | + |
143 | 145 |
|
144 | 146 |
|
145 | 147 |
|
|
src/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
125 | 125 |
|
126 | 126 |
|
127 | 127 |
|
| 128 | + |
| 129 | + |
| 130 | + |
128 | 131 |
|
129 | 132 |
|
130 | 133 |
|
|
src/Symfony/Component/Routing/Tests/Loader/PhpFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Loader/PhpFileLoaderTest.php+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
229 | 229 |
|
230 | 230 |
|
231 | 231 |
|
232 |
| - |
233 |
| - |
234 |
| - |
235 |
| - |
236 |
| - |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
237 | 237 |
|
238 | 238 |
|
239 | 239 |
|
|
src/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
185 | 185 |
|
186 | 186 |
|
187 | 187 |
|
| 188 | + |
| 189 | + |
| 190 | + |
188 | 191 |
|
189 | 192 |
|
190 | 193 |
|
|
src/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
321 | 321 |
|
322 | 322 |
|
323 | 323 |
|
| 324 | + |
| 325 | + |
| 326 | + |
324 | 327 |
|
325 | 328 |
|
326 | 329 |
|
|
0 commit comments