Skip to content

Commit 3f4e0fc

Browse files
committed
Fix sniff violation
1 parent a4cf524 commit 3f4e0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/post_json_array_response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
);
1616

1717
$curl = new Curl();
18-
$curl->setDefaultJsonDecoder($assoc=true);
18+
$curl->setDefaultJsonDecoder($assoc = true);
1919
$curl->setHeader('Content-Type', 'application/json');
2020
$curl->post('https://httpbin.org/post', $data);
2121
var_dump($curl->response['json']);

0 commit comments

Comments
 (0)