Skip to content

Commit 7cde02d

Browse files
authored
Fix doc block (#43444)
1 parent ae76bf6 commit 7cde02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Notifications/Messages/MailMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ protected function arrayOfAddresses($address)
356356
/**
357357
* Render the mail notification message into an HTML string.
358358
*
359-
* @return string
359+
* @return \Illuminate\Support\HtmlString
360360
*/
361361
public function render()
362362
{

0 commit comments

Comments
 (0)