Skip to content

Commit 22826a9

Browse files
authored
Update return docblock of Mailable::render() to string
see #22639
1 parent d7d0d26 commit 22826a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Mail/Mailable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public function later($delay, Queue $queue)
167167
/**
168168
* Render the mailable into a view.
169169
*
170-
* @return \Illuminate\View\View
170+
* @return string
171171
*/
172172
public function render()
173173
{

0 commit comments

Comments
 (0)