From 970d501691f557e99e03d50758a50886ed984073 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Fri, 21 Aug 2026 10:05:06 +0200 Subject: [PATCH] fix(psalm): Don't report UnusedIssueHandlerSuppression Not fixable any other way as we support multiple versions of the Nextcloud in this app. Signed-off-by: Carl Schwan --- psalm.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/psalm.xml b/psalm.xml index 370d7e33..16f7e79c 100644 --- a/psalm.xml +++ b/psalm.xml @@ -9,6 +9,7 @@ xsi:schemaLocation="https://getpsalm.org/schema/config vendor-bin/psalm/vendor/vimeo/psalm/config.xsd" errorBaseline="tests/psalm-baseline.xml" errorLevel="4" + findUnusedIssueHandlerSuppression="false" findUnusedBaselineEntry="false" findUnusedCode="false" phpVersion="8.1"