summaryrefslogtreecommitdiff
path: root/lib/smarty3/sysplugins/smarty_internal_method_getconfigvars.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/smarty3/sysplugins/smarty_internal_method_getconfigvars.php')
-rw-r--r--lib/smarty3/sysplugins/smarty_internal_method_getconfigvars.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/smarty3/sysplugins/smarty_internal_method_getconfigvars.php b/lib/smarty3/sysplugins/smarty_internal_method_getconfigvars.php
index b75cf81..1d11e44 100644
--- a/lib/smarty3/sysplugins/smarty_internal_method_getconfigvars.php
+++ b/lib/smarty3/sysplugins/smarty_internal_method_getconfigvars.php
@@ -25,8 +25,8 @@ class Smarty_Internal_Method_GetConfigVars
* @link http://www.smarty.net/docs/en/api.get.config.vars.tpl
*
* @param \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty $data
- * @param string $varname variable name or null
- * @param bool $search_parents include parent templates?
+ * @param string $varname variable name or null
+ * @param bool $search_parents include parent templates?
*
* @return mixed variable value or or array of variables
*/
@@ -55,4 +55,4 @@ class Smarty_Internal_Method_GetConfigVars
return $var_array;
}
}
-} \ No newline at end of file
+}