Replies: 2 comments 5 replies
-
It's in jetbrains/phpstorm-stubs and https://github.com/phpstan/php-8-stubs |
Beta Was this translation helpful? Give feedback.
0 replies
-
Great, thank you! I tried tuning the But now i'm more confused than before. If all those information are acquired, then what is the role/purpose of the following?
Thank you again, i'm trying to get a better understanding of the internal mechanics to do some tuning, I will then later submit some PRs, if I succeed 😄 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
PHPStan understands when classes made it into the language, so for example setting
{ parameter: phpVersion: 70400 }
will detect classWeakMap
as not existing. But I can't figure out where this information is stored in the source code/stubs. Any hint would be very appreciated!Beta Was this translation helpful? Give feedback.
All reactions