Skip to content

Commit 35d94c6

Browse files
authored
Update Comment.php
On PHP >= 8.2 Allow comment to have renderedBody property correctly set upon deserialization.
1 parent 06c20a4 commit 35d94c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Issue/Comment.php

+3
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)