mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 00:39:45 +00:00
Added paramter types for some Config.php functions
This commit is contained in:
parent
7ee21f6254
commit
2add19a4c8
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user