Skip to content

Commit

Permalink
Merge pull request #920 from jrfnl/feature/php-8.1-fix-call-to-http_b…
Browse files Browse the repository at this point in the history
…uild-query
  • Loading branch information
ramsey authored Nov 30, 2021
2 parents a8eca3f + 3b14025 commit 535de5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tool/QueryBuilderTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ trait QueryBuilderTrait
*/
protected function buildQueryString(array $params)
{
return http_build_query($params, null, '&', \PHP_QUERY_RFC3986);
return http_build_query($params, '', '&', \PHP_QUERY_RFC3986);
}
}

0 comments on commit 535de5b

Please sign in to comment.