We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2cf6e commit 8393cbdCopy full SHA for 8393cbd
src/Dto/RequestConfiguration.php
@@ -59,7 +59,7 @@ public function __construct(
59
iterable $headers = [],
60
bool $raw = false,
61
int $defaultAuthMethod = HttpClientFactory::ALL_AUTH,
62
- FormDataPart $formData = null
+ ?FormDataPart $formData = null
63
) {
64
$this->method = $method;
65
$this->endpoint = $endpoint;
0 commit comments