mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02: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