Skip to content

Commit 618ac69

Browse files
seferovGabrielAnca
authored andcommitted
phpdoc typehint fix (#268)
1 parent 6c4905f commit 618ac69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IntercomClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class IntercomClient
102102
* IntercomClient constructor.
103103
*
104104
* @param string $usernamePart App ID.
105-
* @param string $passwordPart Api Key.
105+
* @param string|null $passwordPart Api Key.
106106
* @param array $extraGuzzleRequestsOptions Extra Guzzle request options.
107107
*/
108108
public function __construct($usernamePart, $passwordPart, $extraGuzzleRequestsOptions = [])

0 commit comments

Comments
 (0)