Skip to content

Commit 52c59c7

Browse files
Add missing @return $this annotations
1 parent aa7350f commit 52c59c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Mime/NotificationEmail.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ public static function asPublicEmail(Headers $headers = null, AbstractPart $body
6969
return $email;
7070
}
7171

72+
/**
73+
* @return $this
74+
*/
7275
public function markAsPublic(): self
7376
{
7477
$this->context['importance'] = null;

0 commit comments

Comments
 (0)