Make `IntercomClient::$password` explicitly nullable by hhamon · Pull Request #373 · intercom/intercom-php

and others added 2 commits

February 16, 2025 12:53
This prevents a deprecation warning from showing up since PHP 8.4

```
Deprecated: Intercom\IntercomClient::__construct(): Implicitly marking parameter $password as nullable is deprecated, the explicit nullable type must be used instead in /<redacted-path>/vendor/intercom/intercom-php/src/IntercomClient.php on line 148
```

dannyfallon