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 ad68956 commit a055ce7Copy full SHA for a055ce7
src/Issue/IssueBulkResult.php
@@ -79,4 +79,4 @@ public function setExpand($expand)
79
{
80
$this->expand = $expand;
81
}
82
-}
+}
src/Issue/JQLCountResult.php
@@ -36,7 +36,7 @@ public function setCount(int $count): void
36
public function jsonSerialize(): array
37
38
return [
39
- 'count' => $this->count
+ 'count' => $this->count,
40
];
41
42
0 commit comments