From 4b992cdf7f2b1b5fa998cca7949a821122dd582f Mon Sep 17 00:00:00 2001 From: Bennet B Date: Fri, 23 Dec 2022 18:53:25 +0100 Subject: [PATCH] Update PHPDoc annotation in lib/public/Mail/IMessage.php Co-authored-by: Christoph Wurst Signed-off-by: Bennet B --- lib/public/Mail/IMessage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/Mail/IMessage.php b/lib/public/Mail/IMessage.php index 93afad3727e..352c47022fd 100644 --- a/lib/public/Mail/IMessage.php +++ b/lib/public/Mail/IMessage.php @@ -98,7 +98,7 @@ interface IMessage { * Add the Auto-Submitted header to the email, preventing most automated * responses to automated messages. * - * @param string $value (one of AutoSubmittedValue::NO, AutoSubmittedValue::AUTO_GENERATED, AutoSubmittedValue::AUTO_REPLIED) + * @param AutoSubmittedValue::* $value (one of AutoSubmittedValue::NO, AutoSubmittedValue::AUTO_GENERATED, AutoSubmittedValue::AUTO_REPLIED) * @return IMessage * @since 26.0.0 */