mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-04 13:43:30 +03:00
*Fixed class docblock (mainly fixed so that travis-ci would trigger a build)
This commit is contained in:
parent
67ae7c4137
commit
5043a49969
1 changed files with 3 additions and 4 deletions
|
@ -13,10 +13,9 @@ use Mailgun\Connection\Exceptions\MissingEndpoint;
|
|||
use Mailgun\Constants\Api;
|
||||
use Mailgun\Constants\ExceptionMessages;
|
||||
|
||||
/*
|
||||
This class is a wrapper for the Guzzle (HTTP Client Library).
|
||||
*/
|
||||
|
||||
/**
|
||||
* This class is a wrapper for the Guzzle (HTTP Client Library).
|
||||
*/
|
||||
class RestClient {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue