mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
populate remaining missing return types, using native returns where possible
this is done separately to stable so that stable changes can be integrated easily using an empty merge.
This commit is contained in:
@ -319,7 +319,7 @@ class Config{
|
||||
* @param string $k
|
||||
* @param mixed $v
|
||||
*/
|
||||
public function __set($k, $v){
|
||||
public function __set($k, $v) : void{
|
||||
$this->set($k, $v);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user