From b55f71d1d80f59dd73458aaa4f39202ff0ac195c Mon Sep 17 00:00:00 2001 From: ernolf Date: Thu, 13 Aug 2026 00:10:27 +0200 Subject: [PATCH] fix(psalm): drop obsolete UndefinedDocblockClass suppressions - ISchemaWrapper in nextcloud/ocp master returns OCP\DB\Schema\ITable and throws OCP\DB\Schema\SchemaException instead of the Doctrine DBAL classes - none of the three suppressed Doctrine classes is referenced from a docblock any more, so Psalm reports UnusedIssueHandlerSuppression and exits with code 2 - the workflow installs nextcloud/ocp:dev-master on every run, so static analysis started failing without any change to the code Signed-off-by: ernolf --- psalm.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/psalm.xml b/psalm.xml index 90d6ae6..8086a86 100644 --- a/psalm.xml +++ b/psalm.xml @@ -30,12 +30,5 @@ - - - - - - -