-
Notifications
You must be signed in to change notification settings - Fork 5
Collect parameter attributes #37
New issue
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
Conversation
Pull Request Test Coverage Report for Build 15702633794Details
💛 - Coveralls |
thanks for taking over and looking into it. I tried in phpstan-src but it did not work for me. |
@staabm I'm not sure what's happening in the commit you mentioned. Could you explain how you test it and what I should look for? |
what I tried is here: phpstan/phpstan-src#4064 repro
errors with
maybe @ondrejmirtes can give us a idea what ondrejmirtes@48124ab was about and whether its related (or my test was wonky) |
to follow PHP's attribute target naming scheme, although function parameters are not supported yet
thank you! |
Original PR: #33
Testing
I run the following script on a fresh Symfony app, before the commit to ignore
SensitiveParameter
:And got the following output (excerpt):