Completed
Push — master ( f75982...df2064 )
by Michael
04:58
created
src/Commands/UpdateCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.
src/CliApplication.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.