Skip to content

Commit

Permalink
Merge pull request #1 from armino-dev/comment-renderedBody-property-add
Browse files Browse the repository at this point in the history
On PHP >=  8.2 allow comment to have renderedBody property correctly set upon deserialization.
  • Loading branch information
armino-dev authored Oct 10, 2024
2 parents 06c20a4 + 35d94c6 commit 0629b3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Issue/Comment.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ class Comment implements \JsonSerializable
/** @var string */
public $body;

/** @var string */
public $renderedBody;

/** @var \JiraRestApi\Issue\Reporter */
public $updateAuthor;

Expand Down

0 comments on commit 0629b3f

Please sign in to comment.