Merge pull request #2903 from PEMapModder/patch-4

Added paramter types for some Config.php functions
This commit is contained in:
Shoghi Cervantes 2015-04-17 18:15:12 +02:00
commit ddc152ae0a

View File

@ -269,7 +269,7 @@ class Config{
/**
* @param $key
* @param null $default
* @param mixed $default
*
* @return mixed
*/
@ -296,7 +296,7 @@ class Config{
/**
* @param $k
* @param $default
* @param mixed $default
*
* @return boolean|mixed
*/