We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f255a7 commit 97e87b6Copy full SHA for 97e87b6
src/Illuminate/Support/Facades/Http.php
@@ -53,7 +53,7 @@
53
* @method static \Illuminate\Http\Client\PendingRequest sink(string|resource $to)
54
* @method static \Illuminate\Http\Client\PendingRequest timeout(int $seconds)
55
* @method static \Illuminate\Http\Client\PendingRequest connectTimeout(int $seconds)
56
- * @method static \Illuminate\Http\Client\PendingRequest retry(int $times, \Closure|int $sleepMilliseconds = 0, callable|null $when = null, bool $throw = true)
+ * @method static \Illuminate\Http\Client\PendingRequest retry(array|int $times, \Closure|int $sleepMilliseconds = 0, callable|null $when = null, bool $throw = true)
57
* @method static \Illuminate\Http\Client\PendingRequest withOptions(array $options)
58
* @method static \Illuminate\Http\Client\PendingRequest withMiddleware(callable $middleware)
59
* @method static \Illuminate\Http\Client\PendingRequest withRequestMiddleware(callable $middleware)
0 commit comments