We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901f761 commit a587ecdCopy full SHA for a587ecd
src/ClassAttributeCollector.php
@@ -115,6 +115,7 @@ private static function isAttributeIgnored(ReflectionAttribute $attribute): bool
115
{
116
static $ignored = [
117
\ReturnTypeWillChange::class => true,
118
+ \SensitiveParameter::class => true,
119
];
120
121
return isset($ignored[$attribute->getName()]); // @phpstan-ignore offsetAccess.nonOffsetAccessible
0 commit comments