Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 25097df

Browse filesBrowse files
Add missing return type
1 parent 2e025f9 commit 25097df
Copy full SHA for 25097df

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Mime/NotificationEmail.php
+3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.