Skip to content

Commit d71b256

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent f5cf0d4 commit d71b256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/Http.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
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()

0 commit comments

Comments
 (0)