зеркало из https://github.com/nextcloud/news.git
add docs to imapper interface
This commit is contained in:
Родитель
27fe2a04ee
Коммит
dc6b021857
|
@ -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);
|
||||
}
|
Загрузка…
Ссылка в новой задаче