8000 Merge branch '5.4' into 6.3 · symfony/symfony@d493c39 · GitHub
[go: up one dir, main page]

Skip to content

Commit d493c39

Browse files
Merge branch '5.4' into 6.3
* 5.4: Add missing return type
2 parents 2fae7d5 + 25097df commit d493c39

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Symfony/Bridge/Twig/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)
0