summaryrefslogtreecommitdiffstats
path: root/db/imapper.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/imapper.php')
-rw-r--r--db/imapper.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/db/imapper.php b/db/imapper.php
index 0cd4123cb..5a5f0a3cc 100644
--- a/db/imapper.php
+++ b/db/imapper.php
@@ -14,5 +14,9 @@
namespace OCA\News\Db;
interface IMapper {
+ /**
+ * @param int $id the id of the feed
+ * @param string $userId the id of the user
+ */
public function find($id, $userId);
} \ No newline at end of file