We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44279e commit 79fc262Copy full SHA for 79fc262
src/Http/RequestBodyUrlEncoded.php
@@ -45,6 +45,6 @@ public function __construct(array $params)
45
*/
46
public function getBody()
47
{
48
- return http_build_query($this->params, null, '&');
+ return http_build_query($this->params, '', '&');
49
}
50
0 commit comments