Unverified Commit 78f65386 authored by Tim Düsterhus's avatar Tim Düsterhus Committed by GitHub
Browse files

Remove suppression for `SensitiveParameter` from psalm.xml

Psalm knows about this one now.
parent 8e5fd54d
No related merge requests found
Showing with 0 additions and 10 deletions
+0 -10
...@@ -11,15 +11,5 @@ ...@@ -11,15 +11,5 @@
</projectFiles> </projectFiles>
<issueHandlers> <issueHandlers>
<UnnecessaryVarAnnotation errorLevel="info" /> <UnnecessaryVarAnnotation errorLevel="info" />
<UndefinedAttributeClass>
<errorLevel type="suppress">
<!--
The SensitiveParameter attribute was introduced in PHP 8.2. It is fully backwards compatible
and non-essential for correct functionality of this library. It protects any passed strings
from ending up in error logs.
-->
<referencedClass name="SensitiveParameter" />
</errorLevel>
</UndefinedAttributeClass>
</issueHandlers> </issueHandlers>
</psalm> </psalm>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment