Skip to content

Commit ab4c615

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 0738aa1 commit ab4c615

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Support/Facades/Http.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
* @method static \Illuminate\Http\Client\PendingRequest acceptJson()
3434
* @method static \Illuminate\Http\Client\PendingRequest accept(string $contentType)
3535
* @method static \Illuminate\Http\Client\PendingRequest withHeaders(array $headers)
36+
* @method static \Illuminate\Http\Client\PendingRequest withHeader(string $name, mixed $value)
3637
* @method static \Illuminate\Http\Client\PendingRequest replaceHeaders(array $headers)
3738
* @method static \Illuminate\Http\Client\PendingRequest withBasicAuth(string $username, string $password)
3839
* @method static \Illuminate\Http\Client\PendingRequest withDigestAuth(string $username, string $password)

0 commit comments

Comments
 (0)