File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 70
70
* @method static \Illuminate\Http\Client\PendingRequest dd()
71
71
* @method static \Illuminate\Http\Client\Response get(string $url, array|string|null $query = null)
72
72
* @method static \Illuminate\Http\Client\Response head(string $url, array|string|null $query = null)
73
- * @method static \Illuminate\Http\Client\Response post(string $url, array $data = [])
74
- * @method static \Illuminate\Http\Client\Response patch(string $url, array $data = [])
75
- * @method static \Illuminate\Http\Client\Response put(string $url, array $data = [])
76
- * @method static \Illuminate\Http\Client\Response delete(string $url, array $data = [])
73
+ * @method static \Illuminate\Http\Client\Response post(string $url, array|\JsonSerializable|\Illuminate\Contracts\Support\Arrayable $data = [])
74
+ * @method static \Illuminate\Http\Client\Response patch(string $url, array|\JsonSerializable|\Illuminate\Contracts\Support\Arrayable $data = [])
75
+ * @method static \Illuminate\Http\Client\Response put(string $url, array|\JsonSerializable|\Illuminate\Contracts\Support\Arrayable $data = [])
76
+ * @method static \Illuminate\Http\Client\Response delete(string $url, array|\JsonSerializable|\Illuminate\Contracts\Support\Arrayable $data = [])
77
77
* @method static array pool(callable $callback)
78
78
* @method static \Illuminate\Http\Client\Response send(string $method, string $url, array $options = [])
79
79
* @method static \GuzzleHttp\Client buildClient()
You can’t perform that action at this time.
0 commit comments