]> git.mxchange.org Git - friendica.git/commitdiff
Match the documentation
authorMichael <heluecht@pirati.ca>
Sun, 17 Jul 2022 13:00:34 +0000 (13:00 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 17 Jul 2022 13:00:34 +0000 (13:00 +0000)
src/Protocol/Email.php

index 79ad16ed2f6fec8e6a306ea255f23d62c3285685..577760a253e0b7a24400998fe2d1dd287a648869 100644 (file)
@@ -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
        {