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

Fully unit-tested JSON-RPC 2.0 for PHP

Results 4 php-json-rpc issues
Sort by recently updated
recently updated
newest added

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