@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Stats\Commands; |
4 | 4 | |
5 | 5 | use Joomla\Controller\AbstractController; |
6 | -use Joomla\Database\DatabaseDriver; |
|
7 | 6 | use Stats\CommandInterface; |
8 | 7 | |
9 | 8 | /** |
@@ -30,7 +30,7 @@ |
||
30 | 30 | /** |
31 | 31 | * CliApplication constructor. |
32 | 32 | * |
33 | - * @param Input\Cli $input The application's input object. |
|
33 | + * @param Cli $input The application's input object. |
|
34 | 34 | * @param Registry $config The application's configuration. |
35 | 35 | * @param CliOutput $output The application's output object. |
36 | 36 | * @param CliInput $cliInput The application's CLI input handler. |