From d6c4274822af54fee30ed7c7af33810c25ba2ca7 Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Wed, 13 Sep 2023 22:10:36 +0200 Subject: [PATCH] Fix phpdoc. Fixes #897 --- libs/sysplugins/smarty_template_compiled.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/sysplugins/smarty_template_compiled.php b/libs/sysplugins/smarty_template_compiled.php index 37d8f0a9..b78a3b60 100644 --- a/libs/sysplugins/smarty_template_compiled.php +++ b/libs/sysplugins/smarty_template_compiled.php @@ -85,7 +85,7 @@ class Smarty_Template_Compiled extends Smarty_Template_Resource_Base * * @param Smarty_Internal_Template $_template * - * @return string + * @return void * @throws Exception */ public function render(Smarty_Internal_Template $_template)