Skip to content

Commit a055ce7

Browse files
lesstifStyleCIBot
andauthored
Apply fixes from StyleCI (#556)
[ci skip] [skip ci] Co-authored-by: StyleCI Bot <bot@styleci.io>
1 parent ad68956 commit a055ce7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Issue/IssueBulkResult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ public function setExpand($expand)
7979
{
8080
$this->expand = $expand;
8181
}
82-
}
82+
}

src/Issue/JQLCountResult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function setCount(int $count): void
3636
public function jsonSerialize(): array
3737
{
3838
return [
39-
'count' => $this->count
39+
'count' => $this->count,
4040
];
4141
}
4242
}

0 commit comments

Comments
 (0)