mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
populate missing array value types in level namespace
This commit is contained in:
@ -1137,6 +1137,9 @@ class Level implements ChunkManager, Metadatable{
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @return mixed[]
|
||||
*/
|
||||
public function __debugInfo() : array{
|
||||
return [];
|
||||
}
|
||||
|
Reference in New Issue
Block a user