mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
World: make PhpStorm understand return type of getAdjacentChunks()
This commit is contained in:
@ -2091,7 +2091,7 @@ class World implements ChunkManager{
|
||||
/**
|
||||
* Returns the chunks adjacent to the specified chunk.
|
||||
*
|
||||
* @return (Chunk|null)[]
|
||||
* @return Chunk[]|null[]
|
||||
*/
|
||||
public function getAdjacentChunks(int $x, int $z) : array{
|
||||
$result = [];
|
||||
|
Reference in New Issue
Block a user