Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update PHPDoc annotation in lib/public/Mail/IMessage.php
Co-authored-by: Christoph Wurst <[email protected]>
Signed-off-by: Bennet B <[email protected]>
  • Loading branch information
bennet0496 and ChristophWurst committed Dec 23, 2022
commit 4b992cdf7f2b1b5fa998cca7949a821122dd582f
2 changes: 1 addition & 1 deletion lib/public/Mail/IMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function useTemplate(IEMailTemplate $emailTemplate): 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
*/
Expand Down