summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2021-02-04 20:58:05 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-02-05 07:27:11 +0100
commit540608682988c627d46b6891089183568db06798 (patch)
tree1dc9c4b0cefc3b5484d18ba9045d02cc5dfabdd3 /lib
parent5c7838e9bdd7081008483913def07a3233daa9fd (diff)
Psalm: Fix class loading
Diffstat (limited to 'lib')
-rw-r--r--lib/Db/ItemMapperV2.php2
1 files changed, 1 insertions, 1 deletions
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
{