From 78f65386236497ad504ff8a9da6e457ce1d6fbc1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= <duesterhus@woltlab.com>
Date: Mon, 5 Sep 2022 22:36:12 +0200
Subject: [PATCH] Remove suppression for `SensitiveParameter` from psalm.xml

Psalm knows about this one now.
---
 psalm.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/psalm.xml b/psalm.xml
index 263dae4..287c81d 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -11,15 +11,5 @@
     </projectFiles>
     <issueHandlers>
         <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>
 </psalm>
-- 
GitLab