Skip to content

Commit 1fb3001

Browse files
committed
order
1 parent cc45e2c commit 1fb3001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Support/Facades/Http.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
use Illuminate\Http\Client\Factory;
66

77
/**
8+
* @method static \GuzzleHttp\Promise\PromiseInterface response($body = null, $status = 200, $headers = [])
9+
* @method static \Illuminate\Http\Client\Factory fake($callback = null)
810
* @method static \Illuminate\Http\Client\PendingRequest accept(string $contentType)
911
* @method static \Illuminate\Http\Client\PendingRequest acceptJson()
1012
* @method static \Illuminate\Http\Client\PendingRequest asForm()
@@ -32,8 +34,6 @@
3234
* @method static \Illuminate\Http\Client\Response post(string $url, array $data = [])
3335
* @method static \Illuminate\Http\Client\Response put(string $url, array $data = [])
3436
* @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)
3737
* @method static \Illuminate\Http\Client\ResponseSequence fakeSequence(string $urlPattern = '*')
3838
*
3939
* @see \Illuminate\Http\Client\Factory

0 commit comments

Comments
 (0)