*Fixed class docblock (mainly fixed so that travis-ci would trigger a build)

This commit is contained in:
Michael Crawford 2014-11-20 12:52:37 -06:00
parent 67ae7c4137
commit 5043a49969

View File

@ -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 {
/** /**