Skip to content

Commit 9b72195

Browse files
authored
PhpCsFixer issues (#18)
1 parent 582a817 commit 9b72195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HttpClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function __construct(array $options = [])
3333

3434
public function request(
3535
string $url,
36-
array|string $args = null,
36+
array|string|null $args = null,
3737
string $method = Request::DEFAULT_METHOD,
3838
array $options = [],
3939
): Response {

0 commit comments

Comments
 (0)