php-json-rpc
php-json-rpc copied to clipboard
fix deprecation error on PHP 8.4
Implicitly marking parameter $arguments as nullable is deprecated, the explicit nullable type must be used instead
@smortensen could we get this merged?
I think bumping the minimum to PHP 7.1 and using ?array would be valid as well.
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-http
Thanks. Do you also plan to release to packagist.org ? What's the authors point of view on that?