mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 01:16:15 +00:00
Replaced PHPDoc on Config
This commit is contained in:
@ -285,7 +285,7 @@ class Config{
|
||||
|
||||
/**
|
||||
* @param string $k key to be set
|
||||
* @param bool $v value to set key
|
||||
* @param mixed $v value to set key
|
||||
*/
|
||||
public function set($k, $v = true){
|
||||
$this->config[$k] = $v;
|
||||
|
Reference in New Issue
Block a user