diff options
| author | Sławomir Kaleta <slaszka@gmail.com> | 2018-06-12 09:58:15 +0200 |
|---|---|---|
| committer | Sławomir Kaleta <slaszka@gmail.com> | 2018-06-12 09:58:15 +0200 |
| commit | 240409578349843bd8467ea6a2083b564baa135d (patch) | |
| tree | 70c5d4d621d0b2ef394c7d13f445ad471b224da7 /libs/sysplugins/smarty_internal_method_setdebugtemplate.php | |
| parent | cc4d8fa1a07e18f00951a921041e37c87015dcb2 (diff) | |
| download | smarty-240409578349843bd8467ea6a2083b564baa135d.tar.gz smarty-240409578349843bd8467ea6a2083b564baa135d.tar.bz2 smarty-240409578349843bd8467ea6a2083b564baa135d.zip | |
Update PSR-2
Diffstat (limited to 'libs/sysplugins/smarty_internal_method_setdebugtemplate.php')
| -rw-r--r-- | libs/sysplugins/smarty_internal_method_setdebugtemplate.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/sysplugins/smarty_internal_method_setdebugtemplate.php b/libs/sysplugins/smarty_internal_method_setdebugtemplate.php index 76c87deb..cc9d23e2 100644 --- a/libs/sysplugins/smarty_internal_method_setdebugtemplate.php +++ b/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 +} |
