lesstif / php-jira-rest-client

PHP classes interact Jira with the REST API.
Other
510 stars 263 forks source link

PHP version 8.2.3 Deprecated: Creation of dynamic property JiraRestApi\Issue\IssueType::$entityId is deprecated in ... /vendor/lesstif/php-jira-rest-client/src/JsonMapperHelper.php on line 26 #503

Closed fuel-lhartwell closed 1 year ago

fuel-lhartwell commented 1 year ago

Deprecated: Creation of dynamic property JiraRestApi\Issue\IssueType::$entityId is deprecated in /vendor/lesstif/php-jira-rest-client/src/JsonMapperHelper.php on line 26

I get this warning when using PHP 8.2.3, but not when I downgrade to PHP 8.1 I did find that 8.2 deprecated dynamic properties https://php.watch/versions/8.2

lesstif commented 1 year ago

Hi @fuel-lhartwell sorry for the late reply.

Could know what is type the entityId, for example, string, array, or anything else?

I can't find it in the document, so if you know it I'll be updating.

lesstif commented 1 year ago

no activity long time