Skip to content

Commit

Permalink
Phpdoc fix (#22676)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnabialek authored and taylorotwell committed Jan 6, 2018
1 parent 2156008 commit e0272e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Mail/TransportManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ protected function createSendmailDriver()
/**
* Create an instance of the Amazon SES Swift Transport driver.
*
* @return \Swift_SendmailTransport
* @return \Illuminate\Mail\Transport\SesTransport
*/
protected function createSesDriver()
{
Expand Down

0 comments on commit e0272e1

Please sign in to comment.