Skip to content

Commit 936c463

Browse files
committed
Update php curl options
1 parent 205fd80 commit 936c463

File tree

2 files changed

+992
-760
lines changed

2 files changed

+992
-760
lines changed

src/libs/Requests/Requests/Transport/cURL.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ protected function setup_handle($url, $headers, $data, $options) {
342342
$data = '';
343343
}
344344
elseif (!is_string($data)) {
345-
$data = http_build_query($data, null, '&');
345+
$data = http_build_query($data, '', '&');
346346
}
347347
}
348348

0 commit comments

Comments
 (0)