Skip to content

Commit e284c7e

Browse files
committed
🚿
1 parent 3aa6b1a commit e284c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Psr7/message_helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ function build_http_query(array $params, bool $urlencode = null, string $delimit
280280
*
281281
* @return array
282282
*/
283-
function clean_query_params(iterable $params, int $bool_cast = null, bool $remove_empty = null):iterable{
283+
function clean_query_params(iterable $params, int $bool_cast = null, bool $remove_empty = null):array{
284284
$p = [];
285285
$bool_cast = $bool_cast ?? BOOLEANS_AS_BOOL;
286286
$remove_empty = $remove_empty ?? true;

0 commit comments

Comments
 (0)