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 6c4905f commit 618ac69Copy full SHA for 618ac69
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