Skip to content

Commit f45efdb

Browse files
Merge branch '5.4' into 6.0
* 5.4: [DoctrineBridge] Remove dead code [Lock] Remove unused variable [DoctrineBridge] Replace string with FQCN resolution in EntityType Add missing `@return $this` annotations [Notifier] Add missing types to SmscTransport
2 parents b3724b7 + 52c59c7 commit f45efdb

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)