populate missing array value types in level namespace

This commit is contained in:
Dylan K. Taylor
2020-01-30 21:01:59 +00:00
parent 8bf469f7fc
commit a5764b3ae9
8 changed files with 25 additions and 0 deletions

View File

@ -1137,6 +1137,9 @@ class Level implements ChunkManager, Metadatable{
}
}
/**
* @return mixed[]
*/
public function __debugInfo() : array{
return [];
}