Merge pull request #25873 from nextcloud/backport/25869/stable20

[stable20] Fix namespacing
This commit is contained in:
Roeland Jago Douma 2021-03-03 08:46:21 +01:00 committed by GitHub
commit ff5491bf69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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();