Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Apply fixes from StyleCI
[ci skip] [skip ci]
  • Loading branch information
StyleCIBot committed Sep 21, 2025
commit c751389a0fe92f320da5feeefe03b2ad8e11ff84
2 changes: 1 addition & 1 deletion src/Issue/IssueBulkResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ public function setExpand($expand)
{
$this->expand = $expand;
}
}
}
2 changes: 1 addition & 1 deletion src/Issue/JQLCountResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function setCount(int $count): void
public function jsonSerialize(): array
{
return [
'count' => $this->count
'count' => $this->count,
];
}
}