You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If a discriminator is defined and points to a valid subclass, use it.
@@ -536,20 +540,20 @@ public static function deserialize($data, $class, $httpHeaders = null)
536
540
}
537
541
538
542
/**
539
-
* Build a query string from an array of key value pairs.
540
-
*
541
-
* This function can use the return value of `parse()` to build a query
542
-
* string. This function does not modify the provided keys when an array is
543
-
* encountered (like `http_build_query()` would).
544
-
*
545
-
* The function is copied from https://github.com/guzzle/psr7/blob/a243f80a1ca7fe8ceed4deee17f12c1930efe662/src/Query.php#L59-L112
546
-
* with a modification which is described in https://github.com/guzzle/psr7/pull/603
547
-
*
548
-
* @param array $params Query string parameters.
549
-
* @param int|false $encoding Set to false to not encode, PHP_QUERY_RFC3986
550
-
* to encode using RFC3986, or PHP_QUERY_RFC1738
551
-
* to encode using RFC1738.
552
-
*/
543
+
* Build a query string from an array of key value pairs.
544
+
*
545
+
* This function can use the return value of `parse()` to build a query
546
+
* string. This function does not modify the provided keys when an array is
547
+
* encountered (like `http_build_query()` would).
548
+
*
549
+
* The function is copied from https://github.com/guzzle/psr7/blob/a243f80a1ca7fe8ceed4deee17f12c1930efe662/src/Query.php#L59-L112
550
+
* with a modification which is described in https://github.com/guzzle/psr7/pull/603
551
+
*
552
+
* @param array $params Query string parameters.
553
+
* @param int|false $encoding Set to false to not encode, PHP_QUERY_RFC3986
// If a discriminator is defined and points to a valid subclass, use it.
@@ -536,20 +540,20 @@ public static function deserialize($data, $class, $httpHeaders = null)
536
540
}
537
541
538
542
/**
539
-
* Build a query string from an array of key value pairs.
540
-
*
541
-
* This function can use the return value of `parse()` to build a query
542
-
* string. This function does not modify the provided keys when an array is
543
-
* encountered (like `http_build_query()` would).
544
-
*
545
-
* The function is copied from https://github.com/guzzle/psr7/blob/a243f80a1ca7fe8ceed4deee17f12c1930efe662/src/Query.php#L59-L112
546
-
* with a modification which is described in https://github.com/guzzle/psr7/pull/603
547
-
*
548
-
* @param array $params Query string parameters.
549
-
* @param int|false $encoding Set to false to not encode, PHP_QUERY_RFC3986
550
-
* to encode using RFC3986, or PHP_QUERY_RFC1738
551
-
* to encode using RFC1738.
552
-
*/
543
+
* Build a query string from an array of key value pairs.
544
+
*
545
+
* This function can use the return value of `parse()` to build a query
546
+
* string. This function does not modify the provided keys when an array is
547
+
* encountered (like `http_build_query()` would).
548
+
*
549
+
* The function is copied from https://github.com/guzzle/psr7/blob/a243f80a1ca7fe8ceed4deee17f12c1930efe662/src/Query.php#L59-L112
550
+
* with a modification which is described in https://github.com/guzzle/psr7/pull/603
551
+
*
552
+
* @param array $params Query string parameters.
553
+
* @param int|false $encoding Set to false to not encode, PHP_QUERY_RFC3986
0 commit comments