From: Michael Date: Sun, 17 Jul 2022 13:00:34 +0000 (+0000) Subject: Match the documentation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6882e70024dcbc9916c94244799de92ef6121557;p=friendica.git Match the documentation --- diff --git a/src/Protocol/Email.php b/src/Protocol/Email.php index 79ad16ed2f..577760a253 100644 --- a/src/Protocol/Email.php +++ b/src/Protocol/Email.php @@ -570,7 +570,7 @@ class Email * Removes signature from message * * @param string $message Unfiltered message - * @return string Message with no signature + * @return array Message array with no signature (elements "body" and "sig") */ private static function removeSig(string $message): array {