From 6882e70024dcbc9916c94244799de92ef6121557 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 17 Jul 2022 13:00:34 +0000 Subject: [PATCH] Match the documentation --- src/Protocol/Email.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Protocol/Email.php b/src/Protocol/Email.php index 79ad16ed2..577760a25 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 {