File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
use Illuminate \Http \Client \Factory ;
6
6
7
7
/**
8
+ * @method static \GuzzleHttp\Promise\PromiseInterface response($body = null, $status = 200, $headers = [])
9
+ * @method static \Illuminate\Http\Client\Factory fake($callback = null)
8
10
* @method static \Illuminate\Http\Client\PendingRequest accept(string $contentType)
9
11
* @method static \Illuminate\Http\Client\PendingRequest acceptJson()
10
12
* @method static \Illuminate\Http\Client\PendingRequest asForm()
32
34
* @method static \Illuminate\Http\Client\Response post(string $url, array $data = [])
33
35
* @method static \Illuminate\Http\Client\Response put(string $url, array $data = [])
34
36
* @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)
37
37
* @method static \Illuminate\Http\Client\ResponseSequence fakeSequence(string $urlPattern = '*')
38
38
*
39
39
* @see \Illuminate\Http\Client\Factory
You can’t perform that action at this time.
0 commit comments