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

JsonRpcClient createRequest compliance to Guzzle\Http\Client createRequest #5

Closed dovys closed 10 years ago

dovys commented 10 years ago

JsonRpcClient calls Guzzle\Http\Client::createRequest with invalid order of parameters.

Guzzle: 3.7.4 Guzzle JSON-RPC: 0.2.1

# guzzle/src/Guzzle/Http/Client.php
public function createRequest($method = 'GET', $uri = null, $headers = null, $body = null, array $options = array())
adlawson commented 10 years ago

Looks good. Thanks @cyberfoxlt!