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
IDEs support to not complete private classes when they come from third-party dependencies.
The text was updated successfully, but these errors were encountered:
feat: Mark all declarations as internal
b0e1846
This should allow IDEs such as PHPStorm to honour the tag and avoid showing the results in the auto-complete. Closes humbug#861.
feat: Mark all declarations as internal (#882)
7dbccc0
This should allow IDEs such as PHPStorm to honour the tag and avoid showing the results in the auto-complete. Closes #861.
Successfully merging a pull request may close this issue.
IDEs support to not complete private classes when they come from third-party dependencies.
The text was updated successfully, but these errors were encountered: