Completed
Pull Request — master (#3233)
by Christoph
08:51
created
core/Controller/ContactsMenuController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
 	 * @NoAdminRequired
52 52
 	 *
53 53
 	 * @param int $page
54
-	 * @return JSONResponse
54
+	 * @return \OCP\Contacts\ContactsMenu\IEntry[]
55 55
 	 */
56 56
 	public function index($page = 0) {
57 57
 		return $this->manager->getEntries($this->userId);
Please login to merge, or discard this patch.