File tree 1 file changed +5
-5
lines changed
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)
243
243
* Make the API call and return the response. This is separated into
244
244
* it's own function, so we can mock it easily for testing.
245
245
*
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?
251
251
*
252
252
* @return Response object
253
253
*/
You can’t perform that action at this time.
0 commit comments