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
Since PHP 7.4, ReflectionProperty::isInitialized is defined, but this is not include in your CallMap.
See: https://www.php.net/manual/en/reflectionproperty.isinitialized.php
I'm gonna add it into the CallMaps.
The text was updated successfully, but these errors were encountered:
Hey @niconoe-, can you reproduce the issue on https://psalm.dev ?
Sorry, something went wrong.
Reproductible on: https://psalm.dev/r/011554131b
I found these snippets:
<?php $a = (object)[]; static fn(ReflectionProperty $property): bool => $property->isInitialized($a);
Psalm output (using commit 5095f4e): INFO: MixedReturnStatement - 4:50 - Could not infer a return type
ed1ea52
Merge pull request #10399 from niconoe-/fix-10398
d92523d
Fix #10398: add missing methods of ReflectionProperty class in CallMap and CallMap deltas.
No branches or pull requests
Since PHP 7.4, ReflectionProperty::isInitialized is defined, but this is not include in your CallMap.
See: https://www.php.net/manual/en/reflectionproperty.isinitialized.php
I'm gonna add it into the CallMaps.
The text was updated successfully, but these errors were encountered: