Skip to content

Commit 4701ef4

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent e6449da commit 4701ef4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Illuminate/Support/Facades/Http.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
* @method static \Illuminate\Http\Client\PendingRequest dd()
7171
* @method static \Illuminate\Http\Client\Response get(string $url, array|string|null $query = null)
7272
* @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 = [])
7777
* @method static array pool(callable $callback)
7878
* @method static \Illuminate\Http\Client\Response send(string $method, string $url, array $options = [])
7979
* @method static \GuzzleHttp\Client buildClient()

0 commit comments

Comments
 (0)