Skip to content

Commit f8c4d57

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 0a48401 commit f8c4d57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Support/Facades/Http.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
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\Psr7\Response psr7Response(array|string|null $body = null, int $status = 200, array $headers = [])
14+
* @method static \Illuminate\Http\Client\RequestException requestException(array|string|null $body = null, int $status = 200, array $headers = [])
1315
* @method static \GuzzleHttp\Promise\PromiseInterface failedConnection(string|null $message = null)
1416
* @method static \Illuminate\Http\Client\ResponseSequence sequence(array $responses = [])
1517
* @method static bool preventingStrayRequests()

0 commit comments

Comments
 (0)