lesstif / php-jira-rest-client

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

In PHP 8.2.1, I get several of the following messages: "User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future." #506

Closed mrunkel closed 1 year ago

mrunkel commented 1 year ago

It looks like the attribute #[\ReturnTypeWillChange] doesn't supress this message.

I went ahead and added the appropriate return types, and the message is removed.

PR coming in a few minutes.

lesstif commented 1 year ago

fixed by #507