mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 00:39:45 +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 $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 = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user