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
SensitiveParameter https://psalm.dev/r/c64fea59b9 phpstan/phpstan-src#1511
AllowDynamicProperties https://psalm.dev/r/1d98292ecb phpstan/phpstan-src#1478
The text was updated successfully, but these errors were encountered:
I found these snippets:
<?php namespace SensitiveParameter; class HelloWorld { public function __construct( #[\SensitiveParameter] string $password ) { } }
Psalm output (using commit 2a72a24): INFO: UndefinedAttributeClass - 8:6 - Attribute class SensitiveParameter does not exist
<?php namespace AllowDynamicPropertiesAttribute; #[\AllowDynamicProperties] class Foo { }
Psalm output (using commit 2a72a24): INFO: UndefinedAttributeClass - 5:5 - Attribute class AllowDynamicProperties does not exist
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
SensitiveParameter
https://psalm.dev/r/c64fea59b9
phpstan/phpstan-src#1511
AllowDynamicProperties
https://psalm.dev/r/1d98292ecb
phpstan/phpstan-src#1478
The text was updated successfully, but these errors were encountered: