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
The definition JsonPayload::parse(): array is incompatible with associative(false) flag, which could return any scalar type + array + object.
JsonPayload::parse(): array
associative(false)
The return type should be dropped.
The text was updated successfully, but these errors were encountered:
fixed disable associative config #8
339c01d
Ok, I commited a patch for this. Can you check it?
Sorry, something went wrong.
Looks good!
Great. I'm going to release a new version. Thanks!
No branches or pull requests
The definition
JsonPayload::parse(): array
is incompatible withassociative(false)
flag, which could return any scalar type + array + object.The return type should be dropped.
The text was updated successfully, but these errors were encountered: