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 a6a96c0 commit bf69b91Copy full SHA for bf69b91
src/Issue/IssueField.php
@@ -114,7 +114,7 @@ public function __construct($updateIssue = false)
114
public function jsonSerialize(): mixed
115
{
116
$vars = array_filter(get_object_vars($this), function ($var) {
117
- return !is_null($var);
+ return !empty($var);
118
});
119
120
// if assignee property has empty value then remove it.
0 commit comments