File tree
Expand file treeCollapse file tree
3 files changed
+69
-1
lines changedFilter options
- src/Symfony/Component/HttpKernel
- Controller
- Tests
- Controller
- Fixtures/Controller
Expand file treeCollapse file tree
3 files changed
+69
-1
lines changedsrc/Symfony/Component/HttpKernel/Controller/ControllerResolver.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php+21-1Lines changed: 21 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
30 | 39 |
|
31 | 40 |
|
32 | 41 |
|
| ||
35 | 44 |
|
36 | 45 |
|
37 | 46 |
|
| 47 | + |
| 48 | + |
38 | 49 |
|
39 | 50 |
|
40 | 51 |
|
| ||
99 | 110 |
|
100 | 111 |
|
101 | 112 |
|
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
102 | 120 |
|
103 | 121 |
|
104 | 122 |
|
105 | 123 |
|
106 | 124 |
|
107 | 125 |
|
108 |
| - |
| 126 | + |
109 | 127 |
|
110 | 128 |
|
111 | 129 |
|
| ||
114 | 132 |
|
115 | 133 |
|
116 | 134 |
|
| 135 | + |
| 136 | + |
117 | 137 |
|
118 | 138 |
|
119 | 139 |
|
|
src/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php+29Lines changed: 29 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
222 | 223 |
|
223 | 224 |
|
224 | 225 |
|
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
| 252 | + |
| 253 | + |
225 | 254 |
|
226 | 255 |
|
227 | 256 |
|
|
src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/NullableController.php
Copy file name to clipboard+19Lines changed: 19 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
0 commit comments