We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582a817 commit 9b72195Copy full SHA for 9b72195
src/HttpClient.php
@@ -33,7 +33,7 @@ public function __construct(array $options = [])
33
34
public function request(
35
string $url,
36
- array|string $args = null,
+ array|string|null $args = null,
37
string $method = Request::DEFAULT_METHOD,
38
array $options = [],
39
): Response {
0 commit comments