Completed
Push — master ( dde37b...9454b2 )
by Saurabh
01:54
created
src/Console/RenewCommand.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     /**
47 47
      * Execute the console command.
48 48
      *
49
-     * @return void
49
+     * @return null|integer
50 50
      */
51 51
     public function handle()
52 52
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Sausin\Signere\Console;
4 4
 
5 5
 use Exception;
6
-use Sausin\Signere\ApiKey;
7 6
 use Illuminate\Console\Command;
7
+use Sausin\Signere\ApiKey;
8 8
 
9 9
 class RenewCommand extends Command
10 10
 {
Please login to merge, or discard this patch.