Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2021-06-22 14:55:49 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2021-06-22 16:51:17 +0300
commitab605b7218a560bf5af83c379a727da514320946 (patch)
tree42fce314f22a838c0f8b9d0bbd4e4afd9135c8a1
parent9f63ce182f2a0c5335ba61d27d8d52c6a29358d4 (diff)
Remove throwing annotation
This class was just introduced in Nc 21. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
-rw-r--r--lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php b/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php
index b2dd4e310d1..f15d35a84ba 100644
--- a/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php
+++ b/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php
@@ -82,9 +82,6 @@ class PublicKeyCredentialMapper extends QBMapper {
return $this->findEntity($qb);
}
- /**
- * @throws \OCP\DB\Exception
- */
public function deleteByUid(string $uid) {
$qb = $this->db->getQueryBuilder();