phpstan-sensitive-parameter
I wanted a way to automatically detect parameters in PHP functions and methods
that might contain sensitive information, so I created this PHPStan
extension to help identify parameters that should be marked with the
#[\SensitiveParameter]
attribute.