Skip to content

Commit 79fc262

Browse files
authored
Update RequestBodyUrlEncoded.php
Wrong parameter type
1 parent c44279e commit 79fc262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/RequestBodyUrlEncoded.php

Lines changed: 1 addition & 1 deletion
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)