Skip to content

Commit e9fb2cc

Browse files
committed
Remove remark from buildHTTPQuery-function
1 parent e5fe6e3 commit e9fb2cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Parameters/BaseParameters.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ abstract public function getHTTPQuery();
3737
*/
3838
protected function buildHTTPQuery($array)
3939
{
40-
// Potential replacement by: http_build_query($queries, '', '&', \PHP_QUERY_RFC3986);
41-
4240
return str_replace(['%20', '!', "'", '(', ')', '*'], ['+', '%21', '%27', '%28', '%29', '%2A'], http_build_query(array_filter($array), '', '&', \PHP_QUERY_RFC3986));
4341
}
4442
}

0 commit comments

Comments
 (0)