We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d49738 commit af0efa2Copy full SHA for af0efa2
2 files changed
src/Issue/Comments.php
@@ -5,7 +5,7 @@
5
class Comments implements \JsonSerializable
6
{
7
public string $self;
8
-
+
9
public int $startAt;
10
11
public int $maxResults;
src/Issue/IssueField.php
@@ -9,7 +9,6 @@
use JiraCloud\ClassSerialize;
use JiraCloud\Project\Project;
12
13
#[AllowDynamicProperties]
14
class IssueField implements \JsonSerializable
15
0 commit comments