Skip to content

Commit 4d152f3

Browse files
Update lib/Client.php
Co-authored-by: Manisha Singh <[email protected]>
1 parent 919b8e1 commit 4d152f3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

lib/Client.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,15 @@ class Client
217217
/**
218218
* Initialize the client.
219219
*
220-
* @param string $host the base url (e.g. https://api.sendgrid.com)
220+
/**
221+
* @param string $host The base URL (e.g., https://api.sendgrid.com).
222+
* @param array|null $headers Global request headers. If provided, these headers will be included in every request.
223+
* @param string|null $version API version (configurable). This is specific to the SendGrid API.
224+
* @param array|null $path Holds the segments of the URL path.
225+
* @param array|null $curlOptions Extra options to set during cURL initialization.
226+
* @param bool $retryOnLimit Set default retry on limit flag.
227+
* @param bool $verifySSLCerts Set default verify SSL certificates flag.
228+
*/
221229
* @param array|null $headers global request headers
222230
* @param string|null $version api version (configurable) - this is specific to the SendGrid API
223231
* @param array|null $path holds the segments of the url path

0 commit comments

Comments
 (0)