File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -217,13 +217,13 @@ class Client
217217 /**
218218 * Initialize the client.
219219 *
220- * @param string $host the base url (e.g. https://api.sendgrid.com)
221- * @param array $headers global request headers
222- * @param string $version api version (configurable) - this is specific to the SendGrid API
223- * @param array $path holds the segments of the url path
224- * @param array $curlOptions extra options to set during curl initialization
225- * @param bool $retryOnLimit set default retry on limit flag
226- * @param bool $verifySSLCerts set default verify certificates flag
220+ * @param string $host The base url (e.g. https://api.sendgrid.com)
221+ * @param array $headers Global request headers
222+ * @param string $version Api version (configurable) - this is specific to the SendGrid API
223+ * @param array $path Holds the segments of the url path
224+ * @param array $curlOptions Extra options to set during curl initialization
225+ * @param bool $retryOnLimit Set default retry on limit flag
226+ * @param bool $verifySSLCerts Set default verify certificates flag
227227 */
228228 public function __construct (
229229 string $ host ,
You can’t perform that action at this time.
0 commit comments