mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
Replaced PHPDoc on Config
This commit is contained in:
parent
c6632da159
commit
97a687c03a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user