mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-02 16:18:53 +00:00
[ticket/10931] Correct method description of get_string().
PHPBB3-10931
This commit is contained in:
parent
5bea6ed946
commit
63b2e36492
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue