mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 17:59:41 +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 $key
|
||||||
* @param null $default
|
* @param mixed $default
|
||||||
*
|
*
|
||||||
* @return mixed
|
* @return mixed
|
||||||
*/
|
*/
|
||||||
@ -295,8 +295,8 @@ class Config{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param $k
|
* @param $k
|
||||||
* @param $default
|
* @param mixed $default
|
||||||
*
|
*
|
||||||
* @return boolean|mixed
|
* @return boolean|mixed
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user