Skip to content

Commit 5494e02

Browse files
authored
Merge pull request #4 from saruman/patch-2
Update RequestBodyUrlEncoded.php
2 parents d0d437b + 79fc262 commit 5494e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/RequestBodyUrlEncoded.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ public function __construct(array $params)
4545
*/
4646
public function getBody()
4747
{
48-
return http_build_query($this->params, null, '&');
48+
return http_build_query($this->params, '', '&');
4949
}
5050
}

0 commit comments

Comments
 (0)