Added paramter types for some Config.php functions

This commit is contained in:
PEMapModder 2015-04-17 16:32:40 +08:00
parent 7ee21f6254
commit 2add19a4c8

View File

@ -268,8 +268,8 @@ class Config{
}
/**
* @param $key
* @param null $default
* @param $key
* @param mixed $default
*
* @return mixed
*/
@ -295,8 +295,8 @@ class Config{
}
/**
* @param $k
* @param $default
* @param $k
* @param mixed $default
*
* @return boolean|mixed
*/