Merge branch 'stable' into minor-next

This commit is contained in:
Dylan K. Taylor 2025-01-03 19:26:45 +00:00
commit 3da0b82b86
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -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);