mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +00:00
Clearer Config::__construct() documentation.
This commit is contained in:
parent
23da42f8a4
commit
085ff56362
@ -73,7 +73,7 @@ class Config{
|
||||
/**
|
||||
* @param string $file Path of the file to be loaded
|
||||
* @param int $type Config type to load, -1 by default (detect)
|
||||
* @param array $default Array with the default values, will be set if not existent
|
||||
* @param array $default Array with the default values that will be written to the file if it did not exist
|
||||
* @param null &$correct Sets correct to true if everything has been loaded correctly
|
||||
*/
|
||||
public function __construct($file, $type = Config::DETECT, $default = [], &$correct = null){
|
||||
|
Loading…
x
Reference in New Issue
Block a user