Changes after review

This commit is contained in:
Michael 2023-09-26 05:05:51 +00:00
parent 84b38beb9a
commit 82684cd6cd
3 changed files with 3 additions and 19 deletions

View file

@ -39,8 +39,8 @@ class Channel extends \Friendica\BaseRepository
/**
* Fetch a single user channel
*
* @param int $id
* @param int $uid
* @param int $id The id of the user defined channel
* @param int $uid The user that this channel belongs to. (Not part of the primary key)
* @return TimelineEntity
* @throws \Friendica\Network\HTTPException\NotFoundException
*/