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 2f253f9 commit ea20fc0Copy full SHA for ea20fc0
src/Issue/IssueField.php
@@ -155,7 +155,7 @@ public function getCustomFields(): ?array
155
return $this->customFields;
156
}
157
158
- public function addCustomField(string $key, string|int|float|array|Document $value): static
+ public function addCustomField(string $key, string|int|float|array|Document|null $value): static
159
{
160
$this->customFields[$key] = $value;
161
0 commit comments