From 610c22d2cafedc64fb63f44002c242ffbb61c0f8 Mon Sep 17 00:00:00 2001 From: Nextcloud-PR-Bot <nextcloud-pr-bot@users.noreply.github.com> Date: Sat, 7 Nov 2020 04:26:22 +0000 Subject: [PATCH] Update psalm baseline Signed-off-by: GitHub <noreply@github.com> --- build/psalm-baseline.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 78eba6401be..9164d41a7e1 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -4963,11 +4963,6 @@ <code>\Doctrine\DBAL\Driver\Statement</code> </InvalidReturnType> </file> - <file src="lib/private/Repair/RepairMimeTypes.php"> - <InvalidOperand occurrences="1"> - <code>\OC_DB::executeAudited(self::updateByNameStmt(), [$mimetypeId, $this->folderMimeTypeId, $mimetypeId, '%.' . $extension])</code> - </InvalidOperand> - </file> <file src="lib/private/Route/Router.php"> <InvalidClass occurrences="1"> <code>\OC_APP</code> -- GitLab