Fix namespacing

Signed-off-by: Anna Larch <anna@nextcloud.com>
This commit is contained in:
Anna Larch 2021-03-02 09:37:34 +01:00 committed by backportbot[bot]
parent 9fea75d7d7
commit 4b9e638cca
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ interface IManager {
/** /**
* Return a list of the user's addressbooks * Return a list of the user's addressbooks
* *
* @return IAddressBook[] * @return \OCP\IAddressBook[]
* @since 16.0.0 * @since 16.0.0
*/ */
public function getUserAddressBooks(); public function getUserAddressBooks();