Skip to content

Commit 675f71c

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 1222ed8 commit 675f71c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Illuminate/Support/Facades/Http.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
* @method static \Illuminate\Http\Client\PendingRequest withResponseMiddleware(callable $middleware)
6868
* @method static \Illuminate\Http\Client\PendingRequest withAttributes(array $attributes)
6969
* @method static \Illuminate\Http\Client\PendingRequest beforeSending(callable $callback)
70+
* @method static \Illuminate\Http\Client\PendingRequest afterResponse(callable|null $callback)
7071
* @method static \Illuminate\Http\Client\PendingRequest throw(callable|null $callback = null)
7172
* @method static \Illuminate\Http\Client\PendingRequest throwIf(callable|bool $condition)
7273
* @method static \Illuminate\Http\Client\PendingRequest throwUnless(callable|bool $condition)
@@ -88,7 +89,7 @@
8889
* @method static \Closure buildBeforeSendingHandler()
8990
* @method static \Closure buildRecorderHandler()
9091
* @method static \Closure buildStubHandler()
91-
* @method static \GuzzleHttp\Psr7\RequestInterface runBeforeSendingCallbacks(\GuzzleHttp\Psr7\RequestInterface $request, array $options)
92+
* @method static \Psr\Http\Message\RequestInterface runBeforeSendingCallbacks(\Psr\Http\Message\RequestInterface $request, array $options)
9293
* @method static array mergeOptions(array ...$options)
9394
* @method static \Illuminate\Http\Client\PendingRequest stub(callable $callback)
9495
* @method static bool isAllowedRequestUrl(string $url)

0 commit comments

Comments
 (0)