File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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()
You can’t perform that action at this time.
0 commit comments