From afada9b377545da302de127eee6624174f4b2920 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Sun, 10 Nov 2013 07:37:12 +0530 Subject: Add some missing doc comments --- setup/lib/ConfigGenerator.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup') 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 */ -- cgit v1.2.3