@@ -64,7 +64,7 @@ discard block |
||
| 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 |
||
| 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) |
@@ -138,7 +138,7 @@ discard block |
||
| 138 | 138 | * |
| 139 | 139 | * @param \Swift_Message $message |
| 140 | 140 | * @param \Swift_Mailer $swift |
| 141 | - * @return void |
|
| 141 | + * @return integer |
|
| 142 | 142 | */ |
| 143 | 143 | protected function sendSwiftMessage($message, Swift_Mailer $swift = null) |
| 144 | 144 | { |