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 d375c35 commit db8b8d0Copy full SHA for db8b8d0
src/Issue/IssueField.php
@@ -150,7 +150,7 @@ public function getCustomFields(): ?array
150
return $this->customFields;
151
}
152
153
- public function addCustomField(string $key, string|int|float|array $value): static
+ public function addCustomField(string $key, null|string|int|float|array $value): static
154
{
155
$this->customFields[$key] = $value;
156
0 commit comments