phpcent
phpcent copied to clipboard
DEPRECATED hash_hmac() passing null to parameter
There is a deprecation warning for php 8.1 in vendor/centrifugal/phpcent/src/Client.php on line 403 in "centrifugal/phpcent": "^5.1" version when calling $client->generateConnectionToken($userId) function.
Raw php warning message:
DEPRECATED hash_hmac(): Passing null to parameter #3 ($key) of type string is deprecated in vendor/centrifugal/phpcent/src/Client.php on line 403.