File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 7777 * @method static \Illuminate\Http\Client\Response patch(string $url, array|\JsonSerializable|\Illuminate\Contracts\Support\Arrayable $data = [])
7878 * @method static \Illuminate\Http\Client\Response put(string $url, array|\JsonSerializable|\Illuminate\Contracts\Support\Arrayable $data = [])
7979 * @method static \Illuminate\Http\Client\Response delete(string $url, array|\JsonSerializable|\Illuminate\Contracts\Support\Arrayable $data = [])
80- * @method static array pool(callable $callback)
80+ * @method static array pool(callable $callback, int|null $concurrency = null )
8181 * @method static \Illuminate\Http\Client\Batch batch(callable $callback)
8282 * @method static \Illuminate\Http\Client\Response send(string $method, string $url, array $options = [])
8383 * @method static \GuzzleHttp\Client buildClient()
You can’t perform that action at this time.
0 commit comments