Match the documentation
This commit is contained in:
parent
2ddf37f32d
commit
6882e70024
|
@ -570,7 +570,7 @@ class Email
|
||||||
* Removes signature from message
|
* Removes signature from message
|
||||||
*
|
*
|
||||||
* @param string $message Unfiltered 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
|
private static function removeSig(string $message): array
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue