Skip to content

Commit 111df61

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent b7f80ef commit 111df61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Illuminate/Support/Facades/Http.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
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 = [])
1414
* @method static \Illuminate\Http\Client\RequestException failedRequest(array|string|null $body = null, int $status = 200, array $headers = [])
15-
* @method static \GuzzleHttp\Promise\PromiseInterface failedConnection(string|null $message = null)
15+
* @method static \Closure failedConnection(string|null $message = null)
1616
* @method static \Illuminate\Http\Client\ResponseSequence sequence(array $responses = [])
1717
* @method static bool preventingStrayRequests()
1818
* @method static \Illuminate\Http\Client\Factory allowStrayRequests()
1919
* @method static \Illuminate\Http\Client\Factory record()
2020
* @method static void recordRequestResponsePair(\Illuminate\Http\Client\Request $request, \Illuminate\Http\Client\Response|null $response)
21-
* @method static void assertSent(callable $callback)
21+
* @method static void assertSent(callable|\Closure $callback)
2222
* @method static void assertSentInOrder(array $callbacks)
23-
* @method static void assertNotSent(callable $callback)
23+
* @method static void assertNotSent(callable|\Closure $callback)
2424
* @method static void assertNothingSent()
2525
* @method static void assertSentCount(int $count)
2626
* @method static void assertSequencesAreEmpty()
27-
* @method static \Illuminate\Support\Collection recorded(callable $callback = null)
27+
* @method static \Illuminate\Support\Collection recorded(\Closure|callable $callback = null)
2828
* @method static \Illuminate\Http\Client\PendingRequest createPendingRequest()
2929
* @method static \Illuminate\Contracts\Events\Dispatcher|null getDispatcher()
3030
* @method static array getGlobalMiddleware()

0 commit comments

Comments
 (0)