Skip to content

Commit

Permalink
Update Comment.php
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
1 parent 06c20a4 commit 35d94c6
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 35d94c6

Please sign in to comment.