- renamed ItemArrayFromMail() to getItemArrayFromMail() to follow naming-convetion
- added missing type-hints
- added missing documentation
This commit is contained in:
Roland Häder 2022-06-20 21:21:32 +02:00
parent ea22e88896
commit fbae0b8bcf
No known key found for this signature in database
GPG key ID: C82EDE5DDFA0BA77
5 changed files with 118 additions and 127 deletions

View file

@ -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)