From 540608682988c627d46b6891089183568db06798 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Thu, 4 Feb 2021 20:58:05 +0100 Subject: Psalm: Fix class loading --- lib/Db/ItemMapperV2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Db/ItemMapperV2.php b/lib/Db/ItemMapperV2.php index ecc635e32..ed7efff3f 100644 --- a/lib/Db/ItemMapperV2.php +++ b/lib/Db/ItemMapperV2.php @@ -144,7 +144,7 @@ class ItemMapperV2 extends NewsMapperV2 * * @return int|null Removed items * - * @throws \Doctrine\DBAL\Exception|\OCP\DB\Exception + * @throws \Doctrine\DBAL\Exception */ public function deleteOverThreshold(int $threshold, bool $removeUnread = false): ?int { -- cgit v1.2.3