mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-19 15:35:52 +00:00
Merge branch 'stable' into minor-next
This commit is contained in:
commit
3da0b82b86
@ -90,7 +90,7 @@ class LightPopulationTask extends AsyncTask{
|
||||
|
||||
/**
|
||||
* @var \Closure
|
||||
* @phpstan-var \Closure(array<int, LightArray> $blockLight, array<int, LightArray> $skyLight, array<int, int> $heightMap>) : void
|
||||
* @phpstan-var \Closure(array<int, LightArray> $blockLight, array<int, LightArray> $skyLight, array<int, int> $heightMap) : void
|
||||
*/
|
||||
$callback = $this->fetchLocal(self::TLS_KEY_COMPLETION_CALLBACK);
|
||||
$callback($blockLightArrays, $skyLightArrays, $heightMapArray);
|
||||
|
Loading…
x
Reference in New Issue
Block a user