Fix some more docstrings

This commit is contained in:
kondou 2014-03-03 17:32:29 +01:00
parent 7983c90fdc
commit 5e3b6f1fd9
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ class Config {
/**
* @brief Gets a value from config.php
* @param string $key key
* @param string|null $default = null default value
* @param array|bool|string|null $default = null default value
* @return string the value or $default
*
* This function gets the value from config.php. If it does not exist,

View file

@ -61,7 +61,7 @@ class Base {
/**
* @brief Assign variables
* @param string $key key
* @param string $value value
* @param array|bool|integer|string $value value
* @return bool
*
* This function assigns a variable. It can be accessed via $_[$key] in