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:
authorDaniel Kesselberg <mail@danielkesselberg.de>2022-05-15 22:57:50 +0300
committerDaniel Kesselberg <mail@danielkesselberg.de>2022-05-15 22:57:50 +0300
commitc65952a5e84fa3fe4cddfd20ba478d9f23f1405d (patch)
treefe1f05739e35aba147bfd5317bc65bdb42f4d64e
parentacb4f6089514801a79753451ba1c87a5abc919b9 (diff)
Drop redundanten return commentdebt/noid/psalm-warning-iaddressbook
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
-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;