diff --git a/src/API2Client/Client/Http/HttpClient.php b/src/API2Client/Client/Http/HttpClient.php index 3b6e573..4f168b0 100644 --- a/src/API2Client/Client/Http/HttpClient.php +++ b/src/API2Client/Client/Http/HttpClient.php @@ -47,7 +47,7 @@ public function setTimeout ($timeOut) * @throws HttpClientException * @return mixed */ - public function request ($url, $params = array(), $method) + public function request ($url, $params, $method) { curl_setopt ($this->curl, CURLOPT_RETURNTRANSFER, 1);