Skip to content

Commit cdaa2d9

Browse files
Merge branch '5.4' into 6.3
* 5.4: Add missing return type
2 parents f83add2 + 1127292 commit cdaa2d9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Mime/NotificationEmail.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,10 @@ public function getHtmlTemplate(): ?string
174174
return '@email/'.$this->theme.'/notification/body.html.twig';
175175
}
176176

177-
public function context(array $context)
177+
/**
178+
* @return $this
179+
*/
180+
public function context(array $context): static
178181
{
179182
$parentContext = [];
180183

0 commit comments

Comments
 (0)