]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Email.php
Merge pull request #11746 from annando/warn
[friendica.git] / 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
        {