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 personally have a directory dedicated to stubs in my project.
It would be nice to load them by path or by allowing a glob pattern, so I wouldn't have to specify them one by one.
The text was updated successfully, but these errors were encountered:
Hey @Jean85, can you reproduce the issue on https://psalm.dev ?
Sorry, something went wrong.
As a workaround, you could implement a plugin that would load those stubs.
Same for me. Especially since https://psalm.dev/docs/running_psalm/configuration/#stubs links to https://github.com/JetBrains/phpstorm-stubs, which in phpstorm can be loaded all at once, but for psalm I have to specify each and every one separately.
No branches or pull requests
I personally have a directory dedicated to stubs in my project.
It would be nice to load them by path or by allowing a glob pattern, so I wouldn't have to specify them one by one.
The text was updated successfully, but these errors were encountered: