Skip to content

Commit a6b4bd6

Browse files
Fix return types
1 parent f45efdb commit a6b4bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mime/NotificationEmail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public static function asPublicEmail(Headers $headers = null, AbstractPart $body
7272
/**
7373
* @return $this
7474
*/
75-
public function markAsPublic(): self
75+
public function markAsPublic(): static
7676
{
7777
$this->context['importance'] = null;
7878
$this->context['footer_text'] = null;

0 commit comments

Comments
 (0)