Skip to content

Commit

Permalink
Add missing docblock. (laravel#25486)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmichot authored and taylorotwell committed Sep 6, 2018
1 parent 9c844aa commit 327d5d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Mail/Transport/MailgunTransport.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class MailgunTransport extends Transport
* @param \GuzzleHttp\ClientInterface $client
* @param string $key
* @param string $domain
* @param string|null $endpoint
* @return void
*/
public function __construct(ClientInterface $client, $key, $domain, $endpoint = null)
Expand Down

0 comments on commit 327d5d6

Please sign in to comment.