summaryrefslogtreecommitdiffstats
path: root/controller/itemapicontroller.php
diff options
context:
space:
mode:
Diffstat (limited to 'controller/itemapicontroller.php')
-rw-r--r--controller/itemapicontroller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/itemapicontroller.php b/controller/itemapicontroller.php
index ff66de951..ebfbc218b 100644
--- a/controller/itemapicontroller.php
+++ b/controller/itemapicontroller.php
@@ -136,7 +136,7 @@ class ItemApiController extends ApiController {
*
* @param int $feedId
* @param string $guidHash
- * @return \OCP\AppFramework\Http\JSONResponse
+ * @return array|\OCP\AppFramework\Http\JSONResponse
*/
public function star($feedId, $guidHash) {
return $this->setStarred(true, $feedId, $guidHash);