From 72309a158a7d5e3ab8542766456cf47fe18bb931 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 22 Jun 2021 13:55:49 +0200 Subject: [PATCH] Remove throwing annotation This class was just introduced in Nc 21. Signed-off-by: Lukas Reschke --- .../Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php b/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php index b2fd557f159..890a4f8a82a 100644 --- a/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php +++ b/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php @@ -86,9 +86,6 @@ class PublicKeyCredentialMapper extends QBMapper { return $this->findEntity($qb); } - /** - * @throws \OCP\DB\Exception - */ public function deleteByUid(string $uid) { $qb = $this->db->getQueryBuilder();