php-json-rpc-http icon indicating copy to clipboard operation
php-json-rpc-http copied to clipboard

fix deprecation error on PHP 8.4

Open tenzap opened this issue 11 months ago • 1 comments

Implicitly marking parameter $headers as nullable is deprecated, the explicit nullable type must be used instead on line 117 in file vendor/datto/json-rpc-http/src/Client.php

tenzap avatar Feb 07 '25 19:02 tenzap

I contacted the original developer of this, and he doesn't have access to merge any pull requests. So my company has forked this and plans to maintain it going forward. You can use it at https://github.com/hcs-llc/php-json-rpc

RLHawk1 avatar Oct 20 '25 16:10 RLHawk1