Skip to content

Commit d61d4f2

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 6ff9ae1 commit d61d4f2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Illuminate/Support/Facades/Http.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +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 \Illuminate\Http\Client\ResponseSequence sequence(array $responses = [])
14+
* @method static bool preventingStrayRequests()
1415
* @method static \Illuminate\Http\Client\Factory allowStrayRequests()
1516
* @method static void recordRequestResponsePair(\Illuminate\Http\Client\Request $request, \Illuminate\Http\Client\Response $response)
1617
* @method static void assertSent(callable $callback)

src/Illuminate/Support/Facades/Vite.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* @method static string useCspNonce(string|null $nonce = null)
99
* @method static \Illuminate\Foundation\Vite useIntegrityKey(string|false $key)
1010
* @method static \Illuminate\Foundation\Vite withEntryPoints(array $entryPoints)
11+
* @method static \Illuminate\Foundation\Vite mergeEntryPoints(array $entryPoints)
1112
* @method static \Illuminate\Foundation\Vite useManifestFilename(string $filename)
1213
* @method static \Illuminate\Foundation\Vite createAssetPathsUsing(callable|null $resolver)
1314
* @method static string hotFile()

0 commit comments

Comments
 (0)