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.
2 parents 3ee2b61 + 618ac69 commit 0ec6341Copy full SHA for 0ec6341
src/IntercomClient.php
@@ -102,7 +102,7 @@ class IntercomClient
102
* IntercomClient constructor.
103
*
104
* @param string $usernamePart App ID.
105
- * @param string $passwordPart Api Key.
+ * @param string|null $passwordPart Api Key.
106
* @param array $extraGuzzleRequestsOptions Extra Guzzle request options.
107
*/
108
public function __construct($usernamePart, $passwordPart, $extraGuzzleRequestsOptions = [])
0 commit comments