diff options
author | Bennet B <bennet0496@users.noreply.github.com> | 2022-12-23 18:53:25 +0100 |
---|---|---|
committer | Bennet Becker <dev@bennet.cc> | 2022-12-23 19:27:18 +0100 |
commit | 4b992cdf7f2b1b5fa998cca7949a821122dd582f (patch) | |
tree | fe1867925eb1744a9b20803fd41e7e2d70f10342 | |
parent | eec1ebb84810c20e11fc483782c6ec8403bf84b2 (diff) | |
download | nextcloud-server-4b992cdf7f2b1b5fa998cca7949a821122dd582f.tar.gz nextcloud-server-4b992cdf7f2b1b5fa998cca7949a821122dd582f.zip |
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>
-rw-r--r-- | lib/public/Mail/IMessage.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |