Skip to content

Commit 56d046a

Browse files
Update license, minor cosmetic fix
1 parent be17faf commit 56d046a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Client.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* @author Matt Bernier <[email protected]>
77
* @author Elmer Thomas <[email protected]>
8-
* @copyright 2016 SendGrid
8+
* @copyright 2018 SendGrid
99
* @license https://opensource.org/licenses/MIT The MIT License
1010
* @version GIT: <git_id>
1111
* @link http://packagist.org/packages/sendgrid/php-http-client
@@ -259,6 +259,7 @@ private function prepareResponse($curl)
259259
$response = new Response($statusCode, $responseBody, $responseHeaders);
260260
return $response;
261261
}
262+
262263
/**
263264
* Retry request
264265
*

0 commit comments

Comments
 (0)