Open CaMer0n opened 1 year ago
http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated at crisp\vendor\crispchat\php-crisp-api\src\Resources\Resource.php:19```
function prepareQuery($query) :
function prepareQuery($query)
Just need to change null to "" on line 19.
null
""
Thanks for the correction. @CaMer0n I have had this warning recently.
function prepareQuery($query)
:Just need to change
null
to""
on line 19.