Update PHPDoc annotation in lib/public/Mail/IMessage.php

Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
Signed-off-by: Bennet B <bennet0496@users.noreply.github.com>
This commit is contained in:
Bennet B 2022-12-23 18:53:25 +01:00 committed by Bennet Becker
parent eec1ebb848
commit 4b992cdf7f
No known key found for this signature in database
GPG Key ID: B4C66D4902D1FA86
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/