File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -243,11 +243,11 @@ private function createCurlMultiHandle($requests)
243243 * Make the API call and return the response. This is separated into
244244 * it's own function, so we can mock it easily for testing.
245245 *
246- * @param string $method the HTTP verb
247- * @param string $url the final url to call
248- * @param array $body request body
249- * @param array $headers any additional request headers
250- * @param bool $retryOnLimit should retry if rate limit is reach?
246+ * @param string $method the HTTP verb
247+ * @param string $url the final url to call
248+ * @param array|\JsonSerializable $body request body
249+ * @param array $headers any additional request headers
250+ * @param bool $retryOnLimit should retry if rate limit is reach?
251251 *
252252 * @return Response object
253253 */
You can’t perform that action at this time.
0 commit comments