diff --git a/src/AbstractUri.php b/src/AbstractUri.php index f43b8896..8f630653 100644 --- a/src/AbstractUri.php +++ b/src/AbstractUri.php @@ -342,7 +342,7 @@ public function isSsl() * @see parse_str() * @since 1.0 */ - protected static function buildQuery($params) + protected static function buildQuery(array $params) { return urldecode(http_build_query($params, '', '&')); }