Skip to content

Commit

Permalink
Merge pull request #12 from Plasma-Platform/utrain-tm-patch-1
Browse files Browse the repository at this point in the history
Update HttpClient.php
  • Loading branch information
ch authored Dec 1, 2021
2 parents 199a127 + caeac02 commit a94c038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/API2Client/Client/Http/HttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit a94c038

Please sign in to comment.