Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
constant_time_encoding
Commits
78f65386
Unverified
Commit
78f65386
authored
2 years ago
by
Tim Düsterhus
Committed by
GitHub
2 years ago
Browse files
Options
Download
Patches
Plain Diff
Remove suppression for `SensitiveParameter` from psalm.xml
Psalm knows about this one now.
parent
8e5fd54d
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
psalm.xml
+0
-10
psalm.xml
with
0 additions
and
10 deletions
+0
-10
psalm.xml
+
0
−
10
View file @
78f65386
...
@@ -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>
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets