Skip to content

Commit 21cd8d3

Browse files
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>
1 parent 8afe72e commit 21cd8d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/public/Mail/IMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function useTemplate(IEMailTemplate $emailTemplate): IMessage;
9898
* Add the Auto-Submitted header to the email, preventing most automated
9999
* responses to automated messages.
100100
*
101-
* @param string $value (one of AutoSubmittedValue::NO, AutoSubmittedValue::AUTO_GENERATED, AutoSubmittedValue::AUTO_REPLIED)
101+
* @param AutoSubmittedValue::* $value (one of AutoSubmittedValue::NO, AutoSubmittedValue::AUTO_GENERATED, AutoSubmittedValue::AUTO_REPLIED)
102102
* @return IMessage
103103
* @since 26.0.0
104104
*/

0 commit comments

Comments
 (0)