mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-13 15:05:33 +00:00
Merge 'minor-next' into 'major-next'
Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/12606221104
This commit is contained in:
commit
984e995659
@ -90,7 +90,7 @@ class LightPopulationTask extends AsyncTask{
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @var \Closure
|
* @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 = $this->fetchLocal(self::TLS_KEY_COMPLETION_CALLBACK);
|
||||||
$callback($blockLightArrays, $skyLightArrays, $heightMapArray);
|
$callback($blockLightArrays, $skyLightArrays, $heightMapArray);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user