Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 4da8abb

Browse files
authored
Client: PHP 8.1 compatibility.
1 parent e2ff8b3 commit 4da8abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public function buildQuery($paramsArray)
215215
}
216216
}
217217

218-
$body = http_build_query($paramsArray, null, '&');
218+
$body = http_build_query($paramsArray, '', '&');
219219

220220
if (isset($textString)) {
221221
$body = $textString . '&' . $body;

0 commit comments

Comments
 (0)