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
path: root/lib
diff options
context:
space:
mode:
authorCôme Chilliet <91878298+come-nc@users.noreply.github.com>2022-05-17 15:17:43 +0300
committerGitHub <noreply@github.com>2022-05-17 15:17:43 +0300
commita4f23b17a94078addec014e07229121ae8dac8bb (patch)
treeb943af815f5204626b8d9497566ad9a9bcffb7eb /lib
parent83f831c26382c648d759384b8c14cac2edc67fa4 (diff)
parentc65952a5e84fa3fe4cddfd20ba478d9f23f1405d (diff)
Merge pull request #32404 from nextcloud/debt/noid/psalm-warning-iaddressbook
[Psalm] Drop redundanten return comment
Diffstat (limited to 'lib')
-rw-r--r--lib/public/IAddressBook.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/IAddressBook.php b/lib/public/IAddressBook.php
index 4bb632ae070..ee57dbceb71 100644
--- a/lib/public/IAddressBook.php
+++ b/lib/public/IAddressBook.php
@@ -47,7 +47,6 @@ namespace OCP {
/**
* @return string defining the unique uri
* @since 16.0.0
- * @return string
*/
public function getUri(): string;