Skip to content

Commit 1f59fd3

Browse files
authored
Fix accessing not initialized description of issue (#483)
1 parent df36fd6 commit 1f59fd3

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
@@ -24,7 +24,7 @@ class IssueField implements \JsonSerializable
2424

2525
public ?DateTimeInterface $updated = null;
2626

27-
public string $description;
27+
public ?string $description = null;
2828

2929
public ?Priority $priority = null;
3030

0 commit comments

Comments
 (0)