Skip to content

Commit cc45e2c

Browse files
authored
Add Http Facade methods hints (#33032)
1 parent 91f1985 commit cc45e2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Support/Facades/Http.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
* @method static \Illuminate\Http\Client\Response post(string $url, array $data = [])
3333
* @method static \Illuminate\Http\Client\Response put(string $url, array $data = [])
3434
* @method static \Illuminate\Http\Client\Response send(string $method, string $url, array $options = [])
35+
* @method static \GuzzleHttp\Promise\PromiseInterface response($body = null, $status = 200, $headers = [])
36+
* @method static \Illuminate\Http\Client\Factory fake($callback = null)
3537
* @method static \Illuminate\Http\Client\ResponseSequence fakeSequence(string $urlPattern = '*')
3638
*
3739
* @see \Illuminate\Http\Client\Factory

0 commit comments

Comments
 (0)