Level: fix return type content doc comment for getAdjacentChunks()

This commit is contained in:
Dylan K. Taylor 2019-12-12 12:18:35 +00:00
parent 26230c1f9b
commit 62069bc7af

View File

@ -2442,7 +2442,7 @@ class Level implements ChunkManager, Metadatable{
* @param int $x * @param int $x
* @param int $z * @param int $z
* *
* @return Chunk[] * @return (Chunk|null)[]
*/ */
public function getAdjacentChunks(int $x, int $z) : array{ public function getAdjacentChunks(int $x, int $z) : array{
$result = []; $result = [];