@@ -29,7 +29,7 @@ |
||
29 | 29 | /** |
30 | 30 | * CliApplication constructor. |
31 | 31 | * |
32 | - * @param Input\Cli $input The application's input object. |
|
32 | + * @param Cli $input The application's input object. |
|
33 | 33 | * @param Registry $config The application's configuration. |
34 | 34 | * @param CliOutput $output The application's output object. |
35 | 35 | * @param Console $console The application's console object. |
@@ -186,7 +186,7 @@ |
||
186 | 186 | /** |
187 | 187 | * Process the response for a single data source. |
188 | 188 | * |
189 | - * @param array $items The source items to process. |
|
189 | + * @param \stdClass[] $items The source items to process. |
|
190 | 190 | * |
191 | 191 | * @return string The rendered view. |
192 | 192 | * |