Skip to content

Commit

Permalink
post fields may has mixed types
Browse files Browse the repository at this point in the history
  • Loading branch information
ARACOOOL committed Mar 9, 2016
1 parent 73efa2f commit 3a8aeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public function addOptions(array $params)
* @param array $options
* @return Response
*/
public function post(array $fields = [], array $options = [])
public function post($fields = [], array $options = [])
{
return $this->get($options + [
CURLOPT_POST => true,
Expand Down

0 comments on commit 3a8aeb2

Please sign in to comment.