mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-11 00:09:39 +00:00
Level: fix return type content doc comment for getAdjacentChunks()
This commit is contained in:
parent
26230c1f9b
commit
62069bc7af
@ -2442,7 +2442,7 @@ class Level implements ChunkManager, Metadatable{
|
||||
* @param int $x
|
||||
* @param int $z
|
||||
*
|
||||
* @return Chunk[]
|
||||
* @return (Chunk|null)[]
|
||||
*/
|
||||
public function getAdjacentChunks(int $x, int $z) : array{
|
||||
$result = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user