Completed
Branch master (b42970)
by Elf
01:33
created
src/Mailer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
      * Call the registered mail driver handler.
65 65
      *
66 66
      * @param  mixed  ...$args
67
-     * @return mixed
67
+     * @return string|null
68 68
      */
69 69
     protected function callMailDriverHandler(...$args)
70 70
     {
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
     /**
81 81
      * Get a Swift Mailer instance for the given message.
82 82
      *
83
-     * @param  mixed  $message
83
+     * @param  \Illuminate\Mail\Message  $message
84 84
      * @return \Swift_Mailer
85 85
      */
86 86
     protected function getSwiftMailerForMessage($message)
Please login to merge, or discard this patch.