Make `IntercomClient::$password` explicitly nullable by hhamon · Pull Request #373 · intercom/intercom-php
and others added 2 commits
February 16, 2025 12:53This 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 ```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters