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 df36fd6 commit 1f59fd3Copy full SHA for 1f59fd3
src/Issue/IssueField.php
@@ -24,7 +24,7 @@ class IssueField implements \JsonSerializable
24
25
public ?DateTimeInterface $updated = null;
26
27
- public string $description;
+ public ?string $description = null;
28
29
public ?Priority $priority = null;
30
0 commit comments