Skip to content

Commit 3d62233

Browse files
Merge pull request #25869 from nextcloud/fix/imanager-namespacing
Fix namespacing
2 parents 1a724cb + f9083ef commit 3d62233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/public/Contacts/IManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public function getAddressBooks();
173173
/**
174174
* Return a list of the user's addressbooks
175175
*
176-
* @return IAddressBook[]
176+
* @return \OCP\IAddressBook[]
177177
* @since 16.0.0
178178
*/
179179
public function getUserAddressBooks();

0 commit comments

Comments
 (0)