mirror of
https://github.com/friendica/friendica
synced 2025-04-25 19:50:12 +00:00
Changes:
- renamed ItemArrayFromMail() to getItemArrayFromMail() to follow naming-convetion - added missing type-hints - added missing documentation
This commit is contained in:
parent
ea22e88896
commit
fbae0b8bcf
5 changed files with 118 additions and 127 deletions
|
@ -83,6 +83,7 @@ class Receiver
|
|||
* @param string $body Body string
|
||||
* @param array $header Header lines
|
||||
* @param integer $uid User ID
|
||||
* @return void
|
||||
* @throws \Exception
|
||||
*/
|
||||
public static function processInbox(string $body, array $header, int $uid)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue