@@ -103,7 +103,7 @@ |
||
103 | 103 | /** |
104 | 104 | * Handle command action. |
105 | 105 | * |
106 | - * @param array $argv |
|
106 | + * @param string $argv |
|
107 | 107 | * |
108 | 108 | * @return bool |
109 | 109 | */ |
@@ -331,7 +331,7 @@ |
||
331 | 331 | * @param Response $lumenResponse |
332 | 332 | * @param string $obContents |
333 | 333 | * |
334 | - * @return $this |
|
334 | + * @return Response |
|
335 | 335 | */ |
336 | 336 | protected function appendObContents(Response $lumenResponse, $obContents) |
337 | 337 | { |