graze / guzzle-jsonrpc

JSON-RPC 2.0 client for Guzzle
https://packagist.org/packages/graze/guzzle-jsonrpc
MIT License
93 stars 61 forks source link

Fix JSON parsing in PHP 7 #28

Closed adlawson closed 8 years ago

adlawson commented 8 years ago

It looks like json decoding an empty string doesn't work in PHP 7. Dunno why. Tests pass in PHP 7 now.

sjparkinson commented 8 years ago

Care to slap in a comment on why we need the crazy ternary?

adlawson commented 8 years ago

Sure, no probs.

sjparkinson commented 8 years ago

:ok_hand: