From 4f82c17918626df378985fd2aeb17ff7e7b590be Mon Sep 17 00:00:00 2001 From: Ortwin Pinke Date: Thu, 26 Jun 2025 22:03:19 +0200 Subject: [PATCH] add phpdoc --- classes/class.smarty.wrapper.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/classes/class.smarty.wrapper.php b/classes/class.smarty.wrapper.php index a71707c..12c3669 100644 --- a/classes/class.smarty.wrapper.php +++ b/classes/class.smarty.wrapper.php @@ -44,6 +44,9 @@ class cSmartyWrapper extends Smarty\Smarty { return parent::fetch($template, $cache_id, $compile_id, $parent, $display, $merge_tpl_vars, $no_output_filter); } + /** + * @throws \Smarty\Exception + */ public function display($template = NULL, $cache_id = NULL, $compile_id = NULL, $parent = NULL) { global $frontend_debug;