Skip to content

Commit

Permalink
Update PHPDoc annotation in lib/public/Mail/IMessage.php
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
Signed-off-by: Bennet B. <bennet0496@users.noreply.github.com>
  • Loading branch information
bennet0496 and ChristophWurst authored Dec 23, 2022
1 parent 8afe72e commit 21cd8d3
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 21cd8d3

Please sign in to comment.