We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Schematic\Entry::jsonSerialize()
JsonSerializable::jsonSerialize(): mixed
Hi, I am using your library in my own library. I run tests also against PHP8.1. I have an issue with an override of Schematic\Entry::jsonSerialize() as you can see here: https://github.com/trejjam/mailchimp/runs/7054121857#step:11:25
What is a solution which will suit you? Update signature, or define #[\ReturnTypeWillChange] ignoring attribute?
#[\ReturnTypeWillChange]
The text was updated successfully, but these errors were encountered:
Tharos
No branches or pull requests
Hi,
I am using your library in my own library. I run tests also against PHP8.1. I have an issue with an override of
Schematic\Entry::jsonSerialize()
as you can see here: https://github.com/trejjam/mailchimp/runs/7054121857#step:11:25What is a solution which will suit you? Update signature, or define
#[\ReturnTypeWillChange]
ignoring attribute?The text was updated successfully, but these errors were encountered: