Completed
Branch master (f7e56f)
by Sean
03:50
created
src/TestMail.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     /**
17 17
      * Create a new message instance.
18 18
      *
19
-     * @return void
19
+     * @return string|null
20 20
      */
21 21
     public function __construct(String $recipient)
22 22
     {
Please login to merge, or discard this patch.
src/TestMailCommand.php 1 patch
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.