Clearer Config::__construct() documentation.

This commit is contained in:
PEMapModder 2016-03-21 14:41:49 +08:00
parent 23da42f8a4
commit 085ff56362

View File

@ -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){