mirror of
https://github.com/friendica/friendica
synced 2025-04-27 06:30:12 +00:00
Changes:
- added missing type-hints - added documentation - removed parameter $baseURL while it can be locally get the same way but lesser parameter - used ActivityNamespace::SALMON_ME - changed double-quotes to single
This commit is contained in:
parent
074bae33c9
commit
cfa575b8e5
10 changed files with 71 additions and 35 deletions
|
@ -112,6 +112,7 @@ class Notification extends BaseRepository
|
|||
* Returns only the most recent notifications for the same conversation or contact
|
||||
*
|
||||
* @param int $uid
|
||||
*
|
||||
* @return Collection\Notifications
|
||||
* @throws Exception
|
||||
*/
|
||||
|
@ -139,6 +140,7 @@ class Notification extends BaseRepository
|
|||
* Returns only the most recent notifications for the same conversation or contact
|
||||
*
|
||||
* @param int $uid
|
||||
*
|
||||
* @return Collection\Notifications
|
||||
* @throws Exception
|
||||
*/
|
||||
|
@ -201,6 +203,7 @@ class Notification extends BaseRepository
|
|||
* @param int|null $min_id Retrieve models with an id no fewer than this, as close to it as possible
|
||||
* @param int|null $max_id Retrieve models with an id no greater than this, as close to it as possible
|
||||
* @param int $limit
|
||||
*
|
||||
* @return BaseCollection
|
||||
* @throws Exception
|
||||
* @see _selectByBoundaries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue