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
Would you welcome a PR which adds a stricter typing using php psalm?
This would, say, make possible to have a strictly typed BaseResponses through generics, so that it returned a statically verifiable type, not mixed.
BaseResponses
mixed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Would you welcome a PR which adds a stricter typing using php psalm?
This would, say, make possible to have a strictly typed
BaseResponses
through generics, so that it returned a statically verifiable type, notmixed
.The text was updated successfully, but these errors were encountered: