File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
* @method \Illuminate\Http\Client\PendingRequest dump()
36
36
* @method \Illuminate\Http\Client\PendingRequest dd()
37
37
* @method \Illuminate\Http\Client\PendingRequest async()
38
- * @method \Illuminate\Http\Client\Pool pool(callable $callback)
38
+ * @method array pool(callable $callback)
39
39
* @method \Illuminate\Http\Client\Response delete(string $url, array $data = [])
40
40
* @method \Illuminate\Http\Client\Response get(string $url, array $query = [])
41
41
* @method \Illuminate\Http\Client\Response head(string $url, array $query = [])
Original file line number Diff line number Diff line change 33
33
* @method static \Illuminate\Http\Client\PendingRequest dump()
34
34
* @method static \Illuminate\Http\Client\PendingRequest dd()
35
35
* @method static \Illuminate\Http\Client\PendingRequest async()
36
- * @method static \Illuminate\Http\Client\Pool pool(callable $callback)
36
+ * @method static array pool(callable $callback)
37
37
* @method static \Illuminate\Http\Client\Response delete(string $url, array $data = [])
38
38
* @method static \Illuminate\Http\Client\Response get(string $url, array $query = [])
39
39
* @method static \Illuminate\Http\Client\Response head(string $url, array $query = [])
You can’t perform that action at this time.
0 commit comments