Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 36e5542

Browse files
authoredApr 7, 2025··
chore: capitalize docstring parameter descriptions
1 parent bd7dc5b commit 36e5542

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎lib/Client.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)
Please sign in to comment.