Skip to content

Commit d203e9c

Browse files
authored
Update Comment.php (#539)
On PHP >= 8.2 Allow comment to have renderedBody property correctly set upon deserialization.
1 parent 7dc9fe2 commit d203e9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Issue/Comment.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ class Comment implements \JsonSerializable
1818
/** @var string */
1919
public $body;
2020

21+
/** @var string */
22+
public $renderedBody;
23+
2124
/** @var \JiraRestApi\Issue\Reporter */
2225
public $updateAuthor;
2326

0 commit comments

Comments
 (0)