We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be17faf commit 56d046aCopy full SHA for 56d046a
lib/Client.php
@@ -5,7 +5,7 @@
5
*
6
* @author Matt Bernier <dx@sendgrid.com>
7
* @author Elmer Thomas <dx@sendgrid.com>
8
- * @copyright 2016 SendGrid
+ * @copyright 2018 SendGrid
9
* @license https://opensource.org/licenses/MIT The MIT License
10
* @version GIT: <git_id>
11
* @link http://packagist.org/packages/sendgrid/php-http-client
@@ -259,6 +259,7 @@ private function prepareResponse($curl)
259
$response = new Response($statusCode, $responseBody, $responseHeaders);
260
return $response;
261
}
262
+
263
/**
264
* Retry request
265
0 commit comments