Skip to content

Commit 8393cbd

Browse files
committed
chore: adapt CGL
1 parent ca2cf6e commit 8393cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dto/RequestConfiguration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function __construct(
5959
iterable $headers = [],
6060
bool $raw = false,
6161
int $defaultAuthMethod = HttpClientFactory::ALL_AUTH,
62-
FormDataPart $formData = null
62+
?FormDataPart $formData = null
6363
) {
6464
$this->method = $method;
6565
$this->endpoint = $endpoint;

0 commit comments

Comments
 (0)