mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +02:00
[ticket/10931] Correct method description of get_string().
PHPBB3-10931
This commit is contained in:
@@ -38,8 +38,7 @@ class phpbb_php_ini
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets configuration option value as a string and performs various
|
* Gets the configuration option value as a trimmed string.
|
||||||
* normalisation on the returned value.
|
|
||||||
*
|
*
|
||||||
* @param string $varname The configuration option name.
|
* @param string $varname The configuration option name.
|
||||||
* @return bool|string False if configuration option does not exist,
|
* @return bool|string False if configuration option does not exist,
|
||||||
|
Reference in New Issue
Block a user