From 5043a499690bdd1f032a85cab15ee7d5224e84c4 Mon Sep 17 00:00:00 2001 From: Michael Crawford Date: Thu, 20 Nov 2014 12:52:37 -0600 Subject: [PATCH] *Fixed class docblock (mainly fixed so that travis-ci would trigger a build) --- src/Mailgun/Connection/RestClient.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/Mailgun/Connection/RestClient.php b/src/Mailgun/Connection/RestClient.php index 5546e90..e5505f0 100644 --- a/src/Mailgun/Connection/RestClient.php +++ b/src/Mailgun/Connection/RestClient.php @@ -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 { /**