Skip to content

Commit 46b2040

Browse files
authored
Set default values for changelog + fixVersions (lesstif#543)
* set default value for changelog * set default value for fixVersions
1 parent 21331c4 commit 46b2040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Issue/IssueField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class IssueField implements \JsonSerializable
4747

4848
public ?object $resolution = null;
4949

50-
public array $fixVersions;
50+
public array $fixVersions = [];
5151

5252
public ?Reporter $creator = null;
5353

0 commit comments

Comments
 (0)