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 21331c4 commit 46b2040Copy full SHA for 46b2040
src/Issue/IssueField.php
@@ -47,7 +47,7 @@ class IssueField implements \JsonSerializable
47
48
public ?object $resolution = null;
49
50
- public array $fixVersions;
+ public array $fixVersions = [];
51
52
public ?Reporter $creator = null;
53
0 commit comments