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

PHP 8.2 deprecated creation of dynamic property

Open LordSimal opened this issue 1 year ago • 8 comments

In src/JsonMapperHelper.php in JiraCloud\JsonMapperHelper::setUndefinedProperty at line 25

https://github.com/lesstif/php-JiraCloud-RESTAPI/blob/main/src/JsonMapperHelper.php#L25

which is called indirectly by e.g. ComponentService->create($component)

The main source is this: https://github.com/lesstif/php-JiraCloud-RESTAPI/blob/main/src/JiraClient.php#L77

LordSimal avatar May 24 '23 12:05 LordSimal