Skip to content

Commit 3a8aeb2

Browse files
committed
post fields may has mixed types
1 parent 73efa2f commit 3a8aeb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public function addOptions(array $params)
174174
* @param array $options
175175
* @return Response
176176
*/
177-
public function post(array $fields = [], array $options = [])
177+
public function post($fields = [], array $options = [])
178178
{
179179
return $this->get($options + [
180180
CURLOPT_POST => true,

0 commit comments

Comments
 (0)