@@ -122,7 +122,7 @@ |
||
122 | 122 | /** |
123 | 123 | * Get the arguments for a function from a route using reflection |
124 | 124 | * |
125 | - * @param object $route |
|
125 | + * @param \stdClass $route |
|
126 | 126 | * @param \ReflectionFunctionAbstract $refl |
127 | 127 | * @return array |
128 | 128 | */ |
@@ -290,7 +290,8 @@ |
||
290 | 290 | */ |
291 | 291 | protected function getContentType($format) |
292 | 292 | { |
293 | - if (\Jasny\str_contains($format, '/')) { // Already MIME |
|
293 | + if (\Jasny\str_contains($format, '/')) { |
|
294 | +// Already MIME |
|
294 | 295 | return $format; |
295 | 296 | } |
296 | 297 |