mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 19:59:11 +00:00
Merge pull request #2903 from PEMapModder/patch-4
Added paramter types for some Config.php functions
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user