We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73efa2f commit 3a8aeb2Copy full SHA for 3a8aeb2
src/Client.php
@@ -174,7 +174,7 @@ public function addOptions(array $params)
174
* @param array $options
175
* @return Response
176
*/
177
- public function post(array $fields = [], array $options = [])
+ public function post($fields = [], array $options = [])
178
{
179
return $this->get($options + [
180
CURLOPT_POST => true,
0 commit comments