Skip to content

Commit e984383

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 5ba47bf commit e984383

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
@@ -79,7 +79,7 @@
7979
* @method static \Illuminate\Http\Client\Response|\GuzzleHttp\Promise\PromiseInterface delete(string $url, array|\JsonSerializable|\Illuminate\Contracts\Support\Arrayable $data = [])
8080
* @method static array pool(callable $callback, int|null $concurrency = null)
8181
* @method static \Illuminate\Http\Client\Batch batch(callable $callback)
82-
* @method static \Illuminate\Http\Client\Response send(string $method, string $url, array $options = [])
82+
* @method static \Illuminate\Http\Client\Response|\Illuminate\Http\Client\Promises\LazyPromise send(string $method, string $url, array $options = [])
8383
* @method static \GuzzleHttp\Client buildClient()
8484
* @method static \GuzzleHttp\Client createClient(\GuzzleHttp\HandlerStack $handlerStack)
8585
* @method static \GuzzleHttp\HandlerStack buildHandlerStack()

0 commit comments

Comments
 (0)