Match the documentation

This commit is contained in:
Michael 2022-07-17 13:00:34 +00:00
parent 2ddf37f32d
commit 6882e70024
1 changed files with 1 additions and 1 deletions

View 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
{