Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'setup/lib/ConfigGenerator.class.php')
-rw-r--r--setup/lib/ConfigGenerator.class.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup/lib/ConfigGenerator.class.php b/setup/lib/ConfigGenerator.class.php
index 279c071ac0..437ef7b126 100644
--- a/setup/lib/ConfigGenerator.class.php
+++ b/setup/lib/ConfigGenerator.class.php
@@ -84,9 +84,9 @@ class ConfigGenerator
/**
* Returns exported configuration variable
*
- * @param string $var_name
- * @param mixed $var_value
- * @param string $crlf
+ * @param string $var_name configuration name
+ * @param mixed $var_value configuration value(s)
+ * @param string $crlf line ending
*
* @return string
*/