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

Commit ae952c7

Browse files
authored
Merge pull request #41 from janbarasek/patch-1
Client: PHP 8.1 compatibility.
2 parents 0e16a08 + 4da8abb commit ae952c7

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)