8000 Add missing return type · symfony/symfony@25097df · GitHub
[go: up one dir, main page]

Skip to content

Commit 25097df

Browse files
Add missing return type
1 parent 2e025f9 commit 25097df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Bridge/Twig/Mime/NotificationEmail.php

+3
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)
0