@@ -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. |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Stats; |
4 | 4 | |
5 | -use Joomla\Application\Cli\ColorStyle; |
|
6 | -use Joomla\Application\Cli\Output\Processor\ColorProcessor; |
|
7 | -use Joomla\Controller\AbstractController; |
|
8 | 5 | use Joomla\DI\ContainerAwareInterface; |
9 | 6 | use Joomla\DI\ContainerAwareTrait; |
10 | 7 |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use Monolog\Logger; |
9 | 9 | use Monolog\Processor\PsrLogMessageProcessor; |
10 | 10 | use Monolog\Processor\WebProcessor; |
11 | -use Psr\Log\LoggerInterface; |
|
12 | 11 | |
13 | 12 | /** |
14 | 13 | * Monolog service provider |
@@ -193,7 +193,7 @@ |
||
193 | 193 | /** |
194 | 194 | * Process the response for a single data source. |
195 | 195 | * |
196 | - * @param array $items The source items to process. |
|
196 | + * @param \array[] $items The source items to process. |
|
197 | 197 | * |
198 | 198 | * @return string The rendered view. |
199 | 199 | * |