You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-07-29 22:41:11 +03:00
phpdoc fix
This commit is contained in:
@ -76,7 +76,7 @@ final class Config {
|
||||
* Configure::read('Name.key'); will return only the value of Configure::Name[key]
|
||||
*
|
||||
* @param string $var Variable to obtain
|
||||
* @return string value of Configure::$var
|
||||
* @return array|string string value of Configure::$var
|
||||
* @access public
|
||||
*/
|
||||
public static function read($var) {
|
||||
|
Reference in New Issue
Block a user