Skip to content

Commit

Permalink
Remove index confusing users
Browse files Browse the repository at this point in the history
  • Loading branch information
zachborboa committed Oct 17, 2018
2 parents 0f790e7 + ab17c4f commit f981084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/post_json_array_response.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
$curl->setDefaultJsonDecoder($assoc = true);
$curl->setHeader('Content-Type', 'application/json');
$curl->post('https://httpbin.org/post', $data);
var_dump($curl->response['json']);
var_dump($curl->response);

0 comments on commit f981084

Please sign in to comment.