Skip to content

Commit a788bf3

Browse files
committed
render returns string
1 parent 7883ce0 commit a788bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Template/Render.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ protected function output(TemplateModel $model)
3737
* @throws \Exception
3838
* @throws \Throwable
3939
*/
40-
function render($model, array $vars = [])
40+
function render($model, array $vars = []) : string
4141
{
4242
try {
4343

0 commit comments

Comments
 (0)