Fix phpdoc.

Fixes #897
This commit is contained in:
Simon Wisselink
2023-09-13 22:10:36 +02:00
parent a3cbdc46fb
commit d6c4274822

View File

@@ -85,7 +85,7 @@ class Smarty_Template_Compiled extends Smarty_Template_Resource_Base
* *
* @param Smarty_Internal_Template $_template * @param Smarty_Internal_Template $_template
* *
* @return string * @return void
* @throws Exception * @throws Exception
*/ */
public function render(Smarty_Internal_Template $_template) public function render(Smarty_Internal_Template $_template)