Skip to content

Commit 1127292

Browse files
Add missing return type
1 parent e8c1ca7 commit 1127292

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
@@ -178,6 +178,9 @@ public function getHtmlTemplate(): ?string
178178
return '@email/'.$this->theme.'/notification/body.html.twig';
179179
}
180180

181+
/**
182+
* @return $this
183+
*/
181184
public function context(array $context)
182185
{
183186
$parentContext = [];

0 commit comments

Comments
 (0)