diff options
Diffstat (limited to 'inc/Remote/IXR/Client.php')
-rw-r--r-- | inc/Remote/IXR/Client.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/inc/Remote/IXR/Client.php b/inc/Remote/IXR/Client.php index 6c34df5d0..9ca664663 100644 --- a/inc/Remote/IXR/Client.php +++ b/inc/Remote/IXR/Client.php @@ -14,7 +14,6 @@ use IXR\Request\Request; */ class Client extends \IXR\Client\Client { - /** @var HTTPClient */ protected $httpClient; @@ -37,9 +36,8 @@ class Client extends \IXR\Client\Client } /** @inheritdoc */ - public function query() + public function query(...$args) { - $args = func_get_args(); $method = array_shift($args); $request = new Request($method, $args); $length = $request->getLength(); |