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
I'm building an object datastructure from an http call, for the sake of simplicity I changed it to loading a json file in this example: https://phpstan.org/r/a9d7a22a-8f7c-4b29-8048-465055cf094b
Why doesn't the null coalescing operator silencing the "Cannot access offset 'currency' on mixed." error?
What do I need to do in such a case?
PHPStan version is: PHPStan - PHP Static Analysis Tool 2.1.2
The text was updated successfully, but these errors were encountered:
Closing as invalid. I suggest you ask in the PHPStan repo.
Sorry, something went wrong.
Oops. Sorry.
No branches or pull requests
I'm building an object datastructure from an http call, for the sake of simplicity I changed it to loading a json file in this example:
https://phpstan.org/r/a9d7a22a-8f7c-4b29-8048-465055cf094b
Why doesn't the null coalescing operator silencing the "Cannot access offset 'currency' on mixed." error?
What do I need to do in such a case?
PHPStan version is: PHPStan - PHP Static Analysis Tool 2.1.2
The text was updated successfully, but these errors were encountered: