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();