mirror of
https://github.com/friendica/friendica
synced 2025-05-01 07:04:24 +02:00
Match the documentation
This commit is contained in:
parent
2ddf37f32d
commit
6882e70024
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue