Merge pull request #25869 from nextcloud/fix/imanager-namespacing

Fix namespacing
This commit is contained in:
Joas Schilling 2021-03-02 11:05:14 +01:00 committed by GitHub
commit 3d62233cab
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();