summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2022-04-24 16:49:46 +0200
committerThomas Citharel <tcit@tcit.fr>2022-04-24 16:59:29 +0200
commitcad94b38db61ff2fd06cf4c826b147a65c44028c (patch)
tree72e75b172720dce7504409bee44f547676878615 /lib
parent1b11e81c5b12e0641748e7459fab0246b194be40 (diff)
Fix a phpdoc entry
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'lib')
-rw-r--r--lib/ContactsMenu/Providers/DetailsProvider.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ContactsMenu/Providers/DetailsProvider.php b/lib/ContactsMenu/Providers/DetailsProvider.php
index de4fdbdd..e4a24931 100644
--- a/lib/ContactsMenu/Providers/DetailsProvider.php
+++ b/lib/ContactsMenu/Providers/DetailsProvider.php
@@ -75,10 +75,10 @@ class DetailsProvider implements IProvider {
}
/**
- * Get (and load when needed) the address book for $key
+ * Get (and load when needed) the address book URI for $key
*
* @param string $addressBookKey
- * @return \OCP\IAddressBook
+ * @return string
*/
protected function getAddressBookUri($addressBookKey) {
$addressBooks = $this->getAddressBooksUris();