diff options
author | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2022-05-17 14:17:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 14:17:43 +0200 |
commit | a4f23b17a94078addec014e07229121ae8dac8bb (patch) | |
tree | b943af815f5204626b8d9497566ad9a9bcffb7eb | |
parent | 83f831c26382c648d759384b8c14cac2edc67fa4 (diff) | |
parent | c65952a5e84fa3fe4cddfd20ba478d9f23f1405d (diff) | |
download | nextcloud-server-a4f23b17a94078addec014e07229121ae8dac8bb.tar.gz nextcloud-server-a4f23b17a94078addec014e07229121ae8dac8bb.zip |
Merge pull request #32404 from nextcloud/debt/noid/psalm-warning-iaddressbook
[Psalm] Drop redundanten return comment
-rw-r--r-- | lib/public/IAddressBook.php | 1 |
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; |