php-JiraCloud-RESTAPI icon indicating copy to clipboard operation
php-JiraCloud-RESTAPI copied to clipboard

Typed property JiraCloud\Issue\IssueField::$labels must not be accessed before initialization

Open neskodi opened this issue 2 years ago • 1 comments

When I have fetched some issues from JIRA and trying to access $issue->fields->labels I get "Typed property JiraCloud\Issue\IssueField::$labels must not be accessed before initialization"

(PHP version 8.2)

I've submitted a PR with a fix but I suggest you review other similar fields as well.

Cheers

neskodi avatar Oct 15 '23 15:10 neskodi

Hi @neskodi Thank you for your contribution. I merged your PR(#69), but I'll release a new version after checking the work properly.

lesstif avatar Oct 28 '23 12:10 lesstif