mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-26 06:46:08 +03:00
*Fixed class docblock (mainly fixed so that travis-ci would trigger a build)
This commit is contained in:
parent
67ae7c4137
commit
5043a49969
@ -13,10 +13,9 @@ use Mailgun\Connection\Exceptions\MissingEndpoint;
|
|||||||
use Mailgun\Constants\Api;
|
use Mailgun\Constants\Api;
|
||||||
use Mailgun\Constants\ExceptionMessages;
|
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 {
|
class RestClient {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user