Completed
Pull Request — master (#1)
by
unknown
04:38
created
src/TestMailCommand.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     /**
44 44
      * Execute the console command.
45 45
      *
46
-     * @return mixed
46
+     * @return integer|null
47 47
      */
48 48
     public function handle()
49 49
     {
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,10 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Console\Command;
6 6
 use Illuminate\Support\Facades\Mail;
7
-use Illuminate\Contracts\Mail\Mailable;
8 7
 use Illuminate\Support\Facades\Validator;
9 8
 use Resohead\LaravelTestMail\TestMailable;
10
-use Resohead\LaravelTestMail\SendTestEmailJob;
11 9
 use \Illuminate\Contracts\Config\Repository as Config;
12 10
 
13 11
 class TestMailCommand extends Command
Please login to merge, or discard this patch.
src/TestMailable.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 Resohead\LaravelTestMail;
4 4
 
5 5
 use Illuminate\Bus\Queueable;
6
-use Illuminate\Contracts\Queue\ShouldQueue;
7 6
 use Illuminate\Mail\Mailable;
8 7
 use Illuminate\Queue\SerializesModels;
9 8
 
Please login to merge, or discard this patch.