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
Usage of private a constant is not detected when used in an array passed as argument of an attribute.
https://phpstan.org/r/b5dbbfcd-e65c-46e9-91c2-1ec286ebf51e
No error Constant HelloWorld::BAR is unused. at line 16.
Constant HelloWorld::BAR is unused.
It help me and my team every day to catch mistakes and save us so much time in code review! Thank you so much for this amazing tool.
The text was updated successfully, but these errors were encountered:
Fixed: phpstan/phpstan-src@0cfeb1b
Sorry, something went wrong.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Bug report
Usage of private a constant is not detected when used in an array passed as argument of an attribute.
Code snippet that reproduces the problem
https://phpstan.org/r/b5dbbfcd-e65c-46e9-91c2-1ec286ebf51e
Expected output
No error
Constant HelloWorld::BAR is unused.
at line 16.Did PHPStan help you today? Did it make you happy in any way?
It help me and my team every day to catch mistakes and save us so much time in code review! Thank you so much for this amazing tool.
The text was updated successfully, but these errors were encountered: