diff options
Diffstat (limited to 'lib/smarty3/sysplugins/smarty_internal_method_clearconfig.php')
-rw-r--r-- | lib/smarty3/sysplugins/smarty_internal_method_clearconfig.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/smarty3/sysplugins/smarty_internal_method_clearconfig.php b/lib/smarty3/sysplugins/smarty_internal_method_clearconfig.php index 3712478..15bf492 100644 --- a/lib/smarty3/sysplugins/smarty_internal_method_clearconfig.php +++ b/lib/smarty3/sysplugins/smarty_internal_method_clearconfig.php @@ -25,7 +25,7 @@ class Smarty_Internal_Method_ClearConfig * @link http://www.smarty.net/docs/en/api.clear.config.tpl * * @param \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty $data - * @param string|null $name variable name or null + * @param string|null $name variable name or null * * @return \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty */ @@ -38,4 +38,4 @@ class Smarty_Internal_Method_ClearConfig } return $data; } -}
\ No newline at end of file +} |