Skip to content

Commit 75a12d7

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 30dd874 commit 75a12d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Support/Facades/Http.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* @method static \Illuminate\Http\Client\Factory globalResponseMiddleware(callable $middleware)
1111
* @method static \Illuminate\Http\Client\Factory globalOptions(\Closure|array $options)
1212
* @method static \GuzzleHttp\Promise\PromiseInterface response(array|string|null $body = null, int $status = 200, array $headers = [])
13+
* @method static \GuzzleHttp\Promise\PromiseInterface failedConnection(string|null $message = null)
1314
* @method static \Illuminate\Http\Client\ResponseSequence sequence(array $responses = [])
1415
* @method static bool preventingStrayRequests()
1516
* @method static \Illuminate\Http\Client\Factory allowStrayRequests()

0 commit comments

Comments
 (0)