Merge pull request #25872 from nextcloud/backport/25869/stable21

[stable21] Fix namespacing
This commit is contained in:
Roeland Jago Douma 2021-03-02 14:00:54 +01:00 committed by GitHub
commit 65db84d0fc
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 IAddressBook[]
* @return \OCP\IAddressBook[]
* @since 16.0.0
*/
public function getUserAddressBooks();