Skip to content

Commit babdca1

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 780154c commit babdca1

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
@@ -11,7 +11,7 @@
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 = [])
1313
* @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 = [])
14+
* @method static \Illuminate\Http\Client\RequestException failedRequest(array|string|null $body = null, int $status = 200, array $headers = [])
1515
* @method static \GuzzleHttp\Promise\PromiseInterface failedConnection(string|null $message = null)
1616
* @method static \Illuminate\Http\Client\ResponseSequence sequence(array $responses = [])
1717
* @method static bool preventingStrayRequests()

0 commit comments

Comments
 (0)