@@ -13,8 +13,8 @@ |
||
13 | 13 | { |
14 | 14 | |
15 | 15 | /** |
16 | - * @param $module |
|
17 | - * @param $controller |
|
16 | + * @param string $module |
|
17 | + * @param string $controller |
|
18 | 18 | * @return Controller |
19 | 19 | */ |
20 | 20 | public static function resolveFromParams($module, $controller) |
@@ -16,7 +16,6 @@ |
||
16 | 16 | protected $command; |
17 | 17 | |
18 | 18 | /** |
19 | - * @param Command $methodCall |
|
20 | 19 | * @return Command |
21 | 20 | */ |
22 | 21 | public function __invoke(Command $command): Command |
@@ -34,7 +34,7 @@ |
||
34 | 34 | /** |
35 | 35 | * Run the route action and return the response. |
36 | 36 | * |
37 | - * @return mixed |
|
37 | + * @return \Psr\Http\Message\ResponseInterface |
|
38 | 38 | */ |
39 | 39 | protected function runClosure() |
40 | 40 | { |