mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
fill in more iterable types (master)
This commit is contained in:
@ -108,6 +108,9 @@ class SubChunk implements SubChunkInterface{
|
||||
$this->blockLight = $data;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return mixed[]
|
||||
*/
|
||||
public function __debugInfo() : array{
|
||||
return [];
|
||||
}
|
||||
|
Reference in New Issue
Block a user