php-json-rpc
php-json-rpc copied to clipboard
Fully unit-tested JSON-RPC 2.0 for PHP
Support php8?
I want to pass additional information about validation error, but builtin ArgumentException don't receive any arguments in constructor. Why so?
This PR allows the use of null value in params key. Some LSP clients can send requests with null as params value and it will be helpful to handle such...
Implicitly marking parameter $arguments as nullable is deprecated, the explicit nullable type must be used instead