mirror of
https://github.com/friendica/friendica
synced 2025-04-25 15:50:10 +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
|
@ -54,6 +54,8 @@ abstract class DirectMessagesEndpoint extends BaseApi
|
|||
* @param array $request
|
||||
* @param int $uid
|
||||
* @param array $condition
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
protected function getMessages(array $request, int $uid, array $condition)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue