Skip to content

Commit

Permalink
[5.6] fixed @return type for phpstan (#26098)
Browse files Browse the repository at this point in the history
* fixed @return type for phpstan

* code style fix

* Update Mailer.php
  • Loading branch information
Evgenas authored and taylorotwell committed Oct 12, 2018
1 parent 71964f8 commit 7939094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Mail/Mailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ protected function createMessage()
* Send a Swift Message instance.
*
* @param \Swift_Message $message
* @return void
* @return int|null
*/
protected function sendSwiftMessage($message)
{
Expand Down

0 comments on commit 7939094

Please sign in to comment.