Remove throwing annotation

This class was just introduced in Nc 21.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2021-06-22 13:55:49 +02:00 committed by backportbot[bot]
parent ba12eb7aba
commit 72309a158a

View file

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