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

Allow null value in params

Open reibengu opened this issue 5 years ago • 0 comments

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 requests. One example of this comes from language server protocol specifications.

I have added is_null check if params key exists to handle this.

Cheers.

reibengu avatar Mar 29 '20 19:03 reibengu