aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_setdebugtemplate.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_setdebugtemplate.php')
-rw-r--r--vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_setdebugtemplate.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_setdebugtemplate.php b/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_setdebugtemplate.php
index 76c87deb6..cc9d23e2a 100644
--- a/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_setdebugtemplate.php
+++ b/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_setdebugtemplate.php
@@ -24,7 +24,7 @@ class Smarty_Internal_Method_SetDebugTemplate
* @api Smarty::setDebugTemplate()
*
* @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
- * @param string $tpl_name
+ * @param string $tpl_name
*
* @return \Smarty|\Smarty_Internal_Template
* @throws SmartyException if file is not readable
@@ -38,4 +38,4 @@ class Smarty_Internal_Method_SetDebugTemplate
$smarty->debug_tpl = $tpl_name;
return $obj;
}
-} \ No newline at end of file
+}