@@ -105,7 +105,7 @@ |
||
105 | 105 | /** |
106 | 106 | * Dispatches the Request URI |
107 | 107 | * |
108 | - * @return array |
|
108 | + * @return ServerRequestInterface |
|
109 | 109 | */ |
110 | 110 | protected function dispatch(): array |
111 | 111 | { |
@@ -37,7 +37,7 @@ |
||
37 | 37 | /** |
38 | 38 | * Gets the handler of the route |
39 | 39 | * |
40 | - * @return mixed |
|
40 | + * @return string |
|
41 | 41 | */ |
42 | 42 | public function getHandler(): string |
43 | 43 | { |