File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class IssueField implements \JsonSerializable
5050
5151 public ?object $ resolution ;
5252
53- public array $ fixVersions ;
53+ public ? array $ fixVersions = null ;
5454
5555 public ?Reporter $ creator ;
5656
@@ -60,8 +60,8 @@ class IssueField implements \JsonSerializable
6060
6161 public ?Reporter $ assignee = null ;
6262
63- /** @var \JiraCloud\Issue\Version[] */
64- public $ versions ;
63+ /** @var \JiraCloud\Issue\Version[]|null */
64+ public array | null $ versions = null ;
6565
6666 /** @var \JiraCloud\Issue\Attachment[] */
6767 public $ attachment ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class RemoteIssueLink implements \JsonSerializable
88
99 public string $ self ;
1010
11- public string $ globalId ;
11+ public ? string $ globalId = null ;
1212
1313 public ?array $ application ;
1414
You can’t perform that action at this time.
0 commit comments