[ticket/10931] Correct method description of get_string().

PHPBB3-10931
This commit is contained in:
Andreas Fischer 2012-06-11 13:45:39 +02:00
parent 5bea6ed946
commit 63b2e36492

View file

@ -38,8 +38,7 @@ class phpbb_php_ini
}
/**
* Gets configuration option value as a string and performs various
* normalisation on the returned value.
* Gets the configuration option value as a trimmed string.
*
* @param string $varname The configuration option name.
* @return bool|string False if configuration option does not exist,