summaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-12 23:31:39 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-12 23:31:39 +0200
commitdc6b021857abf0354f5cfc0e11fba2f92f64f0b4 (patch)
tree026602c5062ae5c7a88305723e012bd81d57bcb9 /db
parent27fe2a04ee3c8d583e7f37606c8a79fa05d63d9c (diff)
add docs to imapper interface
Diffstat (limited to 'db')
-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